mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 10:23:27 +00:00
mhm
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@808 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -202,7 +202,7 @@ static LRESULT CALLBACK wndproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
|
|||||||
if(LOWORD(lp) != HTCLIENT) return DefWindowProc(hWnd, msg, wp, lp);
|
if(LOWORD(lp) != HTCLIENT) return DefWindowProc(hWnd, msg, wp, lp);
|
||||||
if(u->ll->gdi.cursor != NULL) SetCursor(u->ll->gdi.cursor);
|
if(u->ll->gdi.cursor != NULL) SetCursor(u->ll->gdi.cursor);
|
||||||
} else if(msg == WM_GETICON) {
|
} else if(msg == WM_GETICON) {
|
||||||
return u->ll->gdi.icon;
|
return (LPARAM)u->ll->gdi.icon;
|
||||||
} else if(msg == WM_USER) {
|
} else if(msg == WM_USER) {
|
||||||
InvalidateRect(hWnd, NULL, FALSE);
|
InvalidateRect(hWnd, NULL, FALSE);
|
||||||
UpdateWindow(hWnd);
|
UpdateWindow(hWnd);
|
||||||
|
|||||||
Reference in New Issue
Block a user