]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
[chaz/openbox] / openbox / moveresize.c
index 9356468378bc301a3171bdc89b04cb0c065fe4f1..97837295d9e6df8a7b7ff99e5fbc9ee61d571afd 100644 (file)
@@ -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 <glib.h>
 
 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;
This page took 0.021369 seconds and 4 git commands to generate.