mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
fix usage of CYGEBUG conditional
This commit is contained in:
parent
5435bdb071
commit
c3dd97f5ca
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "dixevents.h"
|
||||
#include "winmultiwindowclass.h"
|
||||
#include "winprefs.h"
|
||||
#ifdef CYGDEBUG
|
||||
#if CYGDEBUG
|
||||
#include "winmessages.h"
|
||||
#endif
|
||||
|
||||
|
|
@ -948,7 +948,7 @@ winTopLevelWindowProc (HWND hwnd, UINT message,
|
|||
WINDOWPOS *windowpos = (WINDOWPOS *)lParam;
|
||||
HWND hwndprev = GetNextWindow(hwnd, GW_HWNDPREV);
|
||||
HWND hwndafter = windowpos->hwndInsertAfter;
|
||||
#ifdef CYGDEBUG
|
||||
#if CYGDEBUG
|
||||
char buffer[1024];
|
||||
char buffer2[1024];
|
||||
GetWindowText(hwndafter, buffer, sizeof(buffer));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue