Detect window resize events and update editor main

This commit is contained in:
2025-04-12 10:11:48 +10:00
parent 6e1393ce64
commit 1849593dfc
4 changed files with 48 additions and 27 deletions

View File

@@ -15,7 +15,8 @@
namespace Nova {
struct WindowData {
// TODO: Add stuff here
int width = 0;
int height = 0;
};
class X11WindowDriver final : public WindowDriver {