X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmoveresize.c;h=97837295d9e6df8a7b7ff99e5fbc9ee61d571afd;hb=122d55fbadea0409fbc902a1740e1c8ff3aecd88;hp=9356468378bc301a3171bdc89b04cb0c065fe4f1;hpb=276b2be581c6cb138b439537761ff2ca42201805;p=chaz%2Fopenbox diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 93564683..97837295 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -3,6 +3,7 @@ #include "screen.h" #include "prop.h" #include "client.h" +#include "frame.h" #include "dispatch.h" #include "openbox.h" #include "popup.h" @@ -14,7 +15,7 @@ #include gboolean moveresize_in_progress = FALSE; -Client *moveresize_client = NULL; +ObClient *moveresize_client = NULL; static gboolean moving = FALSE; /* TRUE - moving, FALSE - resizing */ @@ -79,7 +80,7 @@ static void popup_coords(char *format, int a, int b) g_free(text); } -void moveresize_start(Client *c, int x, int y, guint b, guint32 cnr) +void moveresize_start(ObClient *c, int x, int y, guint b, guint32 cnr) { ObCursor cur; Rect *a;