chore(build): make Thunderbrew zig-buildable

This commit is contained in:
phaneron 2024-07-21 16:41:14 -04:00
parent c6e2947506
commit 20f392cd74
10 changed files with 934 additions and 33 deletions

View file

@ -56,7 +56,7 @@ class CSimpleTop : public CLayoutFrame {
frame_layout m_layout;
CSimpleSortedArray<FRAMEPRIORITY*> m_eventqueue[NUM_FRAME_STRATA][NUM_SIMPLE_EVENTS];
int32_t m_checkFocus = 1;
EVENT_DATA_MOUSE m_mousePosition;
EVENT_DATA_MOUSE m_mousePosition = {};
int32_t (*m_mouseButtonCallback)(CMouseEvent*) = nullptr;
int32_t (*m_mousePositionCallback)(CMouseEvent*) = nullptr;
int32_t (*m_displaySizeCallback)(const CSizeEvent&) = nullptr;