summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-09 18:48:56 -0500
committerDana Jansens <danakj@orodu.net>2008-02-09 19:02:48 -0500
commit969c2482ce054a9ca1caa40825d615dd496e1429 (patch)
treec94d81c10b94bac8d6ec2a4d6ce712c754e126cc /openbox/mouse.h
parent10cabdfe8570963bd0ed12c4aca8ad469ba3d4ea (diff)
commit d9d580e0382 broke kdesktop again, so we have to fix it at an even finer level. make a pending ReplayPointer happen before moving/showing/hiding a window in an action
Diffstat (limited to 'openbox/mouse.h')
-rw-r--r--openbox/mouse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/mouse.h b/openbox/mouse.h
index 44d563a3..a862fe5b 100644
--- a/openbox/mouse.h
+++ b/openbox/mouse.h
@@ -40,4 +40,9 @@ void mouse_grab_for_client(struct _ObClient *client, gboolean grab);
ObFrameContext mouse_button_frame_context(ObFrameContext context,
guint button, guint state);
+/*! If a replay pointer is needed, then do it. Call this when windows are
+ going to be moving/appearing/disappearing, so that you know the mouse click
+ will go to the right window */
+void mouse_replay_pointer();
+
#endif