diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-09 18:48:56 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-09 19:02:48 -0500 |
| commit | 969c2482ce054a9ca1caa40825d615dd496e1429 (patch) | |
| tree | c94d81c10b94bac8d6ec2a4d6ce712c754e126cc /openbox/mouse.h | |
| parent | 10cabdfe8570963bd0ed12c4aca8ad469ba3d4ea (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.h | 5 |
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 |
