Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-04-03 04:03:44 -07:00
parent b939e2ac6b
commit 4034b523dd
17 changed files with 801 additions and 175 deletions

View File

@@ -105,6 +105,9 @@ public:
bool m_bVisible; // true if notes window is showing
bool m_bHTML; // true if notes are in HTML
bool m_bLocked = false;
unsigned char reserved1 = 0;
// last window position
int m_window_left;
int m_window_top;