From 92bea590c0eff5f56f70093dfa1edef2f65b113f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Mar 2003 08:11:02 +0000 Subject: let a window be 'moved' to a new desktop without actually show/hiding it. useful for sending a window when following it, so theres no flash/flicker --- openbox/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index a4e5c2ea..e01e2ebe 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -382,7 +382,7 @@ void client_close(Client *self); void client_kill(Client *self); /*! Sends the window to the specified desktop */ -void client_set_desktop(Client *self, guint target); +void client_set_desktop(Client *self, guint target, gboolean donthide); /*! Return a modal child of the client window @return A modal child of the client window, or 0 if none was found. -- cgit v1.2.3