Add window ID

This commit is contained in:
2024-01-15 20:03:25 +00:00
parent dacc3be970
commit fc0e3524fe
2 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ struct rect {
};
struct window {
u32 id;
u64 width;
u64 height;
const char *title;