]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/moveresize.h
move the move/resize functionality into moveresize.c, for use with the netwm atoms...
[mikachu/openbox.git] / openbox / moveresize.h
1 #ifndef __moveresize_h
2 #define __moveresize_h
3
4 #include "client.h"
5
6 #include <glib.h>
7
8 extern gboolean moveresize_in_progress;
9
10 void moveresize_start(Client *c, int x, int y, guint b, guint32 corner);
11
12 void moveresize_event(XEvent *e);
13
14 #endif