From 969c2482ce054a9ca1caa40825d615dd496e1429 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 9 Feb 2008 18:48:56 -0500 Subject: 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 --- openbox/mouse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/mouse.h') 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 -- cgit v1.2.3