From 91a1b089097cb3ba66f779df80fa7a51490aa785 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Feb 2008 18:30:07 -0500 Subject: force the resize popup to be on-screen (not negative position) --- openbox/geom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/geom.h') diff --git a/openbox/geom.h b/openbox/geom.h index bdcd3c55..7c5ee32e 100644 --- a/openbox/geom.h +++ b/openbox/geom.h @@ -23,7 +23,7 @@ #include typedef struct _GravityCoord { - int pos; + gint pos; gboolean center; gboolean opposite; } GravityCoord; -- cgit v1.2.3