X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmoveresize.h;h=a5391c5a997475abf1da043ea0ebfc66f3fafd48;hb=8fe0cb8989c1fe12b30b9030b446345f25340d35;hp=65d83ab25cd3d58aa6dac873910f8b06d25e3130;hpb=06d3487d49791015902b322408ebb105ba82d9b7;p=chaz%2Fopenbox diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 65d83ab2..a5391c5a 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -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);