rnd-20001125-3-src
[rocksndiamonds.git] / src / x11.c
index 957443a85c7010fb8cfb150f2e4d4ccda53c4725..3440210627907698c0c4454d5c74c29bc9421a01 100644 (file)
--- a/src/x11.c
+++ b/src/x11.c
@@ -12,7 +12,7 @@
 *  x11.c                                                   *
 ***********************************************************/
 
-#ifdef USE_X11_LIBRARY
+#ifdef TARGET_X11
 
 #include "main.h"
 #include "misc.h"
@@ -203,4 +203,4 @@ inline void X11InitBufferedDisplay(DrawBuffer *backbuffer, DrawWindow *window)
   pix[PIX_DB_BACK] = *backbuffer;      /* 'backbuffer' is off-screen buffer */
 }
 
-#endif /* USE_X11_LIBRARY */
+#endif /* TARGET_X11 */