Skip to content

Commit

Permalink
Update headers/types/common/window.h
Browse files Browse the repository at this point in the history
Co-authored-by: UsernameFodder <[email protected]>
  • Loading branch information
ronikirla and UsernameFodder authored Dec 19, 2023
1 parent b90f47c commit 13b66f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions headers/types/common/window.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ struct window_params {
uint8_t width; // 0x6: Window width, divided by 8.
uint8_t height; // 0x7: Window height, divided by 8.
struct screen_8 screen; // 0x8: Screen where the window resides
// 0x9: The box type can affect the window frame and/or the backdrop. For example, 0xFA makes
// both the frame and backdrop invisible
// 0x9: The box type can affect the window frame and/or the backdrop.
struct box_type_8 box_type;
undefined field_0xa;
undefined field_0xb;
Expand Down

0 comments on commit 13b66f9

Please sign in to comment.