From e0f1ecf2368f5f8d00873fd707d10abc12772334 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Mar 2011 09:13:28 +0000 Subject: Solved compile error --- xorg-server/hw/xwin/winmultiwindowwm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xorg-server') 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; -- cgit v1.2.3