diff options
Diffstat (limited to 'openbox/geom.h')
| -rw-r--r-- | openbox/geom.h | 2 |
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; |
