aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/window.h b/src/window.h
index eff00ab..6c692cc 100644
--- a/src/window.h
+++ b/src/window.h
@@ -27,14 +27,11 @@ struct imv_event {
} resize;
struct {
int scancode;
- bool pressed;
+ char *keyname;
+ char *description;
+ char *text;
} keyboard;
struct {
- int depressed;
- int latched;
- int locked;
- } keyboard_mods;
- struct {
double x, y, dx, dy;
} mouse_motion;
struct {