aboutsummaryrefslogtreecommitdiffstats
path: root/src/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.c')
-rw-r--r--src/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.c b/src/session.c
index d050a9dcd..431edef02 100644
--- a/src/session.c
+++ b/src/session.c
@@ -604,7 +604,7 @@ session_load (Session *session,
{
if (strcmp (child->name, "window") == 0)
{
- gint x = 0, y = 0, width = 0, height = 0;
+ gulong x = 0, y = 0, width = 0, height = 0;
xmlChar *tmp;
tmp = xmlGetProp (child, "x");