Skip to content

Commit

Permalink
keep commented out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed May 21, 2024
1 parent accfd91 commit 07f11bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 07f11bf

Please sign in to comment.