]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.h
no more interactive mouse actions, they are evil etc. actions now "feel" much more...
[chaz/openbox] / openbox / moveresize.h
index 971ad359835b18d02bf7d386c65aa621b91c3a8c..a5391c5a997475abf1da043ea0ebfc66f3fafd48 100644 (file)
@@ -1,13 +1,19 @@
 #ifndef __moveresize_h
 #define __moveresize_h
 
-#include "client.h"
-
 #include <glib.h>
 
+struct _ObClient;
+
 extern gboolean moveresize_in_progress;
+extern struct _ObClient *moveresize_client;
+
+void moveresize_startup(gboolean reconfig);
+void moveresize_shutdown(gboolean reconfig);
 
-void moveresize_start(Client *c, int x, int y, guint b, guint32 corner);
+void moveresize_start(struct _ObClient *c,
+                      int x, int y, guint button, guint32 corner);
+void moveresize_end(gboolean cancel);
 
 void moveresize_event(XEvent *e);
 
This page took 0.024419 seconds and 4 git commands to generate.