summaryrefslogtreecommitdiff
path: root/openbox/geom.h
diff options
context:
space:
mode:
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;