diff options
Diffstat (limited to 'hw/xwin/wintrayicon.c')
-rwxr-xr-x | hw/xwin/wintrayicon.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/xwin/wintrayicon.c b/hw/xwin/wintrayicon.c index 538510291..bf7305c9c 100755 --- a/hw/xwin/wintrayicon.c +++ b/hw/xwin/wintrayicon.c @@ -30,6 +30,9 @@ */ /* $XFree86: $ */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif #include "win.h" #include <shellapi.h> #include "winprefs.h" @@ -111,7 +114,7 @@ winHandleIconMessage (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, winPrivScreenPtr pScreenPriv) { -#ifdef XWIN_MULTIWINDOWEXTWM +#if defined(XWIN_MULTIWINDOWEXTWM) || defined(XWIN_MULTIWINDOW) winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; #endif |