summaryrefslogtreecommitdiff
path: root/openbox/geom.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-10 18:30:07 -0500
committerMikael Magnusson <mikachu@comhem.se>2008-02-14 19:40:02 +0100
commit91a1b089097cb3ba66f779df80fa7a51490aa785 (patch)
tree55523e995fc51228147da0f3ed1b30d266c9348c /openbox/geom.h
parent9c729986844a65545f7736d053359ad24d2df120 (diff)
force the resize popup to be on-screen (not negative position)
Diffstat (limited to 'openbox/geom.h')
-rw-r--r--openbox/geom.h2
1 files changed, 1 insertions, 1 deletions
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 <glib.h>
typedef struct _GravityCoord {
- int pos;
+ gint pos;
gboolean center;
gboolean opposite;
} GravityCoord;