summaryrefslogtreecommitdiff
path: root/platform/gl/gl-app.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/gl/gl-app.h')
-rw-r--r--platform/gl/gl-app.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/gl/gl-app.h b/platform/gl/gl-app.h
index 2ecee262..2a00bec4 100644
--- a/platform/gl/gl-app.h
+++ b/platform/gl/gl-app.h
@@ -3,7 +3,10 @@
struct ui
{
- int x, y, down, middle, right;
+ int x, y;
+ int down, middle, right;
+ int key, special, mod;
+
void *hot, *active;
int fontsize;