mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-25 10:14:36 -05:00
Match sub_803EF90, introduce WINDOW_DUMMY macro
This commit is contained in:
@@ -51,6 +51,8 @@ typedef struct Window
|
||||
const WindowHeader *unk14;
|
||||
} Window;
|
||||
|
||||
#define WINDOW_DUMMY (Window) {.type = WINDOW_TYPE_NORMAL, .width = 0}
|
||||
|
||||
#define WINDOW_TYPE_WITHOUT_BORDER 1
|
||||
#define WINDOW_TYPE_NORMAL 3
|
||||
#define WINDOW_TYPE_FILL_TRANSPARENT 5
|
||||
|
||||
Reference in New Issue
Block a user