mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
save window position on wine
This commit is contained in:
parent
a0605813a9
commit
0e3e7659cb
@ -889,7 +889,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||||||
{
|
{
|
||||||
if (ddraw->windowed)
|
if (ddraw->windowed)
|
||||||
{
|
{
|
||||||
if (inSizeMove)
|
if (inSizeMove || ddraw->wine)
|
||||||
{
|
{
|
||||||
int x = (int)(short)LOWORD(lParam);
|
int x = (int)(short)LOWORD(lParam);
|
||||||
int y = (int)(short)HIWORD(lParam);
|
int y = (int)(short)HIWORD(lParam);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user