summaryrefslogtreecommitdiff
path: root/code/fe310/eos/eve/screen/screen.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-06-08 15:10:47 +0200
committerUros Majstorovic <majstor@majstor.org>2020-06-08 15:10:47 +0200
commitd9bf3b288ce5f6e84f7e6079948fdf0735b4711f (patch)
treeb7232f1956d510f5d1d5e8562b19bab9b3a290a7 /code/fe310/eos/eve/screen/screen.h
parent910c890ab07157cdf4710194d98a45a7fcf4cee3 (diff)
kbd iface fixed
Diffstat (limited to 'code/fe310/eos/eve/screen/screen.h')
-rw-r--r--code/fe310/eos/eve/screen/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/eve/screen/screen.h b/code/fe310/eos/eve/screen/screen.h
index ff634b4..9fa155a 100644
--- a/code/fe310/eos/eve/screen/screen.h
+++ b/code/fe310/eos/eve/screen/screen.h
@@ -12,9 +12,9 @@ typedef struct EVERect {
typedef struct EVEScreen {
uint16_t w;
uint16_t h;
- EVEKbd *kbd;
struct EVEWindow *win_head;
struct EVEWindow *win_tail;
+ EVEKbd *kbd;
char kbd_active;
} EVEScreen;