mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d9] Fix formatting in D3D9WindowProc
This commit is contained in:
parent
f6a79c366a
commit
5ff7cad77d
@ -31,8 +31,7 @@ namespace dxvk {
|
||||
}
|
||||
|
||||
|
||||
static LRESULT CALLBACK D3D9WindowProc(HWND window, UINT message, WPARAM wparam, LPARAM lparam)
|
||||
{
|
||||
static LRESULT CALLBACK D3D9WindowProc(HWND window, UINT message, WPARAM wparam, LPARAM lparam) {
|
||||
if (message == WM_NCCALCSIZE && wparam == TRUE)
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user