winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.

This commit is contained in:
Gerald Pfeifer 2007-09-29 17:04:55 +02:00 committed by Alexandre Julliard
parent 9498ada7a2
commit fe534ddde1
1 changed files with 2 additions and 1 deletions

View File

@ -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>