diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-09 16:57:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-09 16:57:17 +0000 |
| commit | f26f23de50cb7941a7702198e3b4d1b2f9de062e (patch) | |
| tree | ec1d73c8e977d86e9231676c51e684a3415e7a0e /openbox/moveresize.h | |
| parent | 60065663ba9dc448dcf90fd200cd459bcdb9ef9c (diff) | |
all my changes while i was offline.
better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
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 ba717cd8..4b9cdac4 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -9,6 +9,7 @@ extern gboolean moveresize_in_progress; extern Client *moveresize_client; void moveresize_startup(); +void moveresize_shutdown(); void moveresize_start(Client *c, int x, int y, guint button, guint32 corner); void moveresize_end(gboolean cancel); |
