mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(app): add windows app
This commit is contained in:
parent
6bebfe5e2f
commit
655d795a9d
20 changed files with 176 additions and 66 deletions
|
|
@ -5,7 +5,7 @@ bool s_forceOnscreen;
|
|||
Rect s_savedWindowRect;
|
||||
Rect s_savedWindowZoomedRect;
|
||||
|
||||
int32_t OsGetDefaultWindowRect(tagRECT* rect) {
|
||||
int32_t OsGetDefaultWindowRect(RECT* rect) {
|
||||
auto window = g_theGxDevicePtr->DeviceDefWindow();
|
||||
|
||||
rect->left = window.minX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue