diff options
Diffstat (limited to 'openbox/moveresize.h')
| -rw-r--r-- | openbox/moveresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 20980cf8..67ab08c0 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -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); |
