diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-08 23:50:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-08 23:50:13 +0000 |
| commit | 48d7045208e935da4cf8ac500f761fbfb934af77 (patch) | |
| tree | a7615a22f17254df4da69ce8b4e7856d37bf48a5 /openbox/moveresize.h | |
| parent | c54cb4a83cbbe741a21c6a6cd468ef45a5537a85 (diff) | |
update the client menu when you do stuff without closing it.
but this means we can't use actions in it. oh well?
can kill the desktop notifiers now too. yay for more obvious code paths.
Diffstat (limited to 'openbox/moveresize.h')
| -rw-r--r-- | openbox/moveresize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h index ec5ce10d..2f8d3e6a 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -36,6 +36,7 @@ extern XSyncAlarm moveresize_alarm; void moveresize_startup(gboolean reconfig); void moveresize_shutdown(gboolean reconfig); +/*! @param corner This is one of the prop_atoms.net_wm_moveresize_ atoms */ void moveresize_start(struct _ObClient *c, gint x, gint y, guint button, guint32 corner); void moveresize_end(gboolean cancel); |
