(svn r3336) byte -> WindowClass, uint16 -> WindowNumber

This commit is contained in:
tron
2005-12-24 15:01:17 +00:00
parent 955f06b9ac
commit f2db7e7245
5 changed files with 10 additions and 10 deletions

View File

@@ -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;