aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winmultiwindowwm.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-07 09:13:28 +0000
committermarha <marha@users.sourceforge.net>2011-03-07 09:13:28 +0000
commite0f1ecf2368f5f8d00873fd707d10abc12772334 (patch)
tree5685d5262c178feb670be33ba29aceb8f55abe98 /xorg-server/hw/xwin/winmultiwindowwm.c
parentc674ca155b4449ea7343637976a541b68e24e163 (diff)
downloadvcxsrv-e0f1ecf2368f5f8d00873fd707d10abc12772334.tar.gz
vcxsrv-e0f1ecf2368f5f8d00873fd707d10abc12772334.tar.bz2
vcxsrv-e0f1ecf2368f5f8d00873fd707d10abc12772334.zip
Solved compile error
Diffstat (limited to 'xorg-server/hw/xwin/winmultiwindowwm.c')
-rw-r--r--xorg-server/hw/xwin/winmultiwindowwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winmultiwindowwm.c b/xorg-server/hw/xwin/winmultiwindowwm.c
index f05fe79ae..d83d49007 100644
--- a/xorg-server/hw/xwin/winmultiwindowwm.c
+++ b/xorg-server/hw/xwin/winmultiwindowwm.c
@@ -1535,6 +1535,7 @@ winApplyHints (Display *pDisplay, Window iWindow, HWND hWnd, HWND *zstyle)
Atom type, *pAtom = NULL;
int format;
unsigned long hint = 0, maxmin = 0, style, nitems = 0 , left = 0;
+ WindowPtr pWin = GetProp (hWnd, WIN_WINDOW_PROP);
MwmHints *mwm_hint = NULL;
WinXSizeHints SizeHints;