File diff r17388:4c1f53028687 → r17389:80d374d6031a
src/video/win32_v.cpp
Show inline comments
 
@@ -379,7 +379,7 @@ static LRESULT CALLBACK WndProcGdi(HWND 
 

	
 
			SelectPalette(hDC, hOldPalette, TRUE);
 
			ReleaseDC(hwnd, hDC);
 
			if (nChanged) InvalidateRect(hwnd, NULL, FALSE);
 
			if (nChanged != 0) InvalidateRect(hwnd, NULL, FALSE);
 
			return 0;
 
		}