]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
rename the Client struct to ObClient
[chaz/openbox] / openbox / moveresize.c
index 9356468378bc301a3171bdc89b04cb0c065fe4f1..bc3153651e7b5ae500c61bcd0d15defbcd5d1a00 100644 (file)
@@ -14,7 +14,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 +79,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.021349 seconds and 4 git commands to generate.