winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.
This commit is contained in:
parent
9498ada7a2
commit
fe534ddde1
|
@ -36,13 +36,14 @@
|
||||||
#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
static BOOL X11DRV_XRender_Installed = FALSE;
|
|
||||||
int using_client_side_fonts = FALSE;
|
int using_client_side_fonts = FALSE;
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(xrender);
|
WINE_DEFAULT_DEBUG_CHANNEL(xrender);
|
||||||
|
|
||||||
#ifdef SONAME_LIBXRENDER
|
#ifdef SONAME_LIBXRENDER
|
||||||
|
|
||||||
|
static BOOL X11DRV_XRender_Installed = FALSE;
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/extensions/Xrender.h>
|
#include <X11/extensions/Xrender.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue