aboutsummaryrefslogtreecommitdiff
path: root/src/gui/inc/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inc/gui.h')
-rw-r--r--src/gui/inc/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inc/gui.h b/src/gui/inc/gui.h
index 18ed37b..84a6c66 100644
--- a/src/gui/inc/gui.h
+++ b/src/gui/inc/gui.h
@@ -21,7 +21,7 @@ struct gui_common
void (*get_dim)(const struct gui_common *, short *w, short *h);
} *cb;
- short x, y;
+ short x, y, xoff, yoff;
bool hcentered, vcentered;
struct gui_common *parent, *child, *sibling;
};