Francois Gouget : winex11.drv: We must include Xlib.h before Xrandr.h.
11 Jul
2012
11 Jul
'12
11:39 p.m.
Module: wine Branch: master Commit: 98c605d6c7e5679d2eb7903c1ee3434ae1775134 URL: http://source.winehq.org/git/wine.git/?a=commit;h=98c605d6c7e5679d2eb7903c1e... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Jul 11 16:24:29 2012 +0200 winex11.drv: We must include Xlib.h before Xrandr.h. --- dlls/winex11.drv/xrandr.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/winex11.drv/xrandr.c b/dlls/winex11.drv/xrandr.c index f818a61..53d16c9 100644 --- a/dlls/winex11.drv/xrandr.c +++ b/dlls/winex11.drv/xrandr.c @@ -26,6 +26,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(xrandr); #ifdef SONAME_LIBXRANDR +#include <X11/Xlib.h> #include <X11/extensions/Xrandr.h> #include "x11drv.h"
4999
Age (days ago)
4999
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard