diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-23 15:02:32 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-23 15:02:32 -0400 |
commit | d740eabb3c19bae406d184c6f29c81b2c5dc952f (patch) | |
tree | d3641957151d385b2ddaeb4c944da3cef54583f2 /include/window.h | |
parent | 57543e164e0ed15c23e295ffa08e5804d4d32037 (diff) | |
parent | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff) |
merge
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h index 20e5fefa3..e8af82e81 100644 --- a/include/window.h +++ b/include/window.h @@ -24,6 +24,17 @@ struct WindowTemplate u16 baseBlock; }; +#define DUMMY_WIN_TEMPLATE \ +{ \ + 0xFF, \ + 0, \ + 0, \ + 0, \ + 0, \ + 0, \ + 0, \ +} + struct Window { struct WindowTemplate window; |