keep commented out debug code
This commit is contained in:
parent
accfd91f98
commit
07f11bf577
1 changed files with 2 additions and 0 deletions
2
src/dd.c
2
src/dd.c
|
@ -991,6 +991,8 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
|
|||
}
|
||||
else
|
||||
{
|
||||
//TRACE(" GetWindowLongA style=%p, exstyle=%p\n", real_GetWindowLongA(g_ddraw.hwnd, GWL_STYLE), real_GetWindowLongA(g_ddraw.hwnd, GWL_EXSTYLE));
|
||||
|
||||
int menu_height = 0;
|
||||
|
||||
if (GetMenu(g_ddraw.hwnd))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue