Skip to content

Commit

Permalink
Fix two snafus in moving the TerfVM HostWindowPlugin primitives into …
Browse files Browse the repository at this point in the history
…the trunk

in the previous commit.
  • Loading branch information
eliotmiranda committed Dec 11, 2024
1 parent eeed2ef commit 04c5a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/unix/vm-display-fbdev/sqUnixFBDev.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ static long display_ioSizeOfNativeDisplay(void *windowHandle) { return -1; }
static long display_ioPositionOfNativeWindow(void *windowHandle) { return -1; }
static long display_ioSizeOfNativeWindow(void *windowHandle) { return -1; }
#if SqDisplayVersionMajor >= 1 && SqDisplayVersionMinor >= 7
static long display_hostWindowCloseAll(void) { return 0; }
static long display_ioScreenRectangles(void) { return 0; }
#endif // SqDisplayVersionMajor >= 1 && SqDisplayVersionMinor >= 7
#endif // SqDisplayVersionMajor >= 1 && SqDisplayVersionMinor >= 3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ ioSizeOfScreenWorkArea (sqIntptr_t windowIndex)
}

static sqInt result, monitorIdx;
static BOOL
static BOOL __stdcall
enumMonitor(HMONITOR monitor, HDC dc, LPRECT rect, LPARAM store)
{
if (store) {
Expand Down

0 comments on commit 04c5a56

Please sign in to comment.