Issue #274 - wrong macro used for WITH_DEBUG_X11_LOCAL_MOVESIZE

This commit is contained in:
David Sundstrom 2011-12-13 18:47:21 -06:00
parent 64f5ccaca2
commit 031482a5ba
1 changed files with 3 additions and 3 deletions

View File

@ -473,7 +473,7 @@ void xf_StartLocalMoveSize(xfInfo* xfi, xfWindow* window, int direction, int x,
{
Window child_window;
#ifdef WITH_DEBUG_X11_LMS
#ifdef WITH_DEBUG_X11_LOCAL_MOVESIZE
rdpWindow* wnd = window->window;
#endif
@ -510,7 +510,7 @@ void xf_StartLocalMoveSize(xfInfo* xfi, xfWindow* window, int direction, int x,
void xf_EndLocalMoveSize(xfInfo *xfi, xfWindow *window, boolean cancel)
{
#ifdef WITH_DEBUG_X11_LMS
#ifdef WITH_DEBUG_X11_LOCAL_MOVESIZE
rdpWindow* wnd = window->window;
#endif
@ -549,7 +549,7 @@ void xf_MoveWindow(xfInfo* xfi, xfWindow* window, int x, int y, int width, int h
{
boolean resize = false;
#ifdef WITH_DEBUG_X11_LMS
#ifdef WITH_DEBUG_X11_LOCAL_MOVESIZE
rdpWindow* wnd = window->window;
#endif