]> Dogcows Code - chaz/openbox/blob - openbox/moveresize.h
add the left/right/top/bottom direction arrows and use them for resizing those ways
[chaz/openbox] / 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_startup();
11
12 void moveresize_start(Client *c, int x, int y, guint button, guint32 corner);
13
14 void moveresize_event(XEvent *e);
15
16 #endif
This page took 0.039176 seconds and 4 git commands to generate.