From f2db7e72454b7e36aad3e094804966e4a20e839d Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 24 Dec 2005 15:01:17 +0000 Subject: (svn r3336) byte -> WindowClass, uint16 -> WindowNumber --- window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'window.h') 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; -- cgit v1.2.3-54-g00ecf