]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.h
consistant glib type usage
[chaz/openbox] / openbox / moveresize.h
index 20980cf81318c1f737903593a12856050c1d1b04..67ab08c0d84e0eaab4e95bbc77da7b998fef08dc 100644 (file)
@@ -30,7 +30,7 @@ void moveresize_startup(gboolean reconfig);
 void moveresize_shutdown(gboolean reconfig);
 
 void moveresize_start(struct _ObClient *c,
-                      int x, int y, guint button, guint32 corner);
+                      gint x, gint y, guint button, guint32 corner);
 void moveresize_end(gboolean cancel);
 
 void moveresize_event(XEvent *e);
This page took 0.019914 seconds and 4 git commands to generate.