summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.h b/window.h
index f23906a14..1a0bf3e87 100644
--- a/window.h
+++ b/window.h
@@ -212,8 +212,8 @@ enum WindowKeyCodes {
typedef struct WindowDesc {
int16 left, top, width, height;
- byte cls;
- byte parent_cls;
+ WindowClass cls;
+ WindowClass parent_cls;
uint32 flags;
const Widget *widgets;
WindowProc *proc;