]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.h
add a reconfigure action, also reconfigure on SIGUSR2.
[chaz/openbox] / openbox / moveresize.h
index 65d83ab25cd3d58aa6dac873910f8b06d25e3130..a5391c5a997475abf1da043ea0ebfc66f3fafd48 100644 (file)
@@ -8,8 +8,8 @@ struct _ObClient;
 extern gboolean moveresize_in_progress;
 extern struct _ObClient *moveresize_client;
 
-void moveresize_startup();
-void moveresize_shutdown();
+void moveresize_startup(gboolean reconfig);
+void moveresize_shutdown(gboolean reconfig);
 
 void moveresize_start(struct _ObClient *c,
                       int x, int y, guint button, guint32 corner);
This page took 0.019843 seconds and 4 git commands to generate.