8 extern gboolean moveresize_in_progress
;
9 extern struct _ObClient
*moveresize_client
;
11 void moveresize_startup(gboolean reconfig
);
12 void moveresize_shutdown(gboolean reconfig
);
14 void moveresize_start(struct _ObClient
*c
,
15 int x
, int y
, guint button
, guint32 corner
);
16 void moveresize_end(gboolean cancel
);
18 void moveresize_event(XEvent
*e
);