Commit fe534ddd authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.

parent 9498ada7
......@@ -36,13 +36,14 @@
#include "wine/unicode.h"
#include "wine/debug.h"
static BOOL X11DRV_XRender_Installed = FALSE;
int using_client_side_fonts = FALSE;
WINE_DEFAULT_DEBUG_CHANNEL(xrender);
#ifdef SONAME_LIBXRENDER
static BOOL X11DRV_XRender_Installed = FALSE;
#include <X11/Xlib.h>
#include <X11/extensions/Xrender.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment