X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fx11.c;h=3440210627907698c0c4454d5c74c29bc9421a01;hb=a8b2caa1d373c84c1b3fc2f615370c2a319051ca;hp=957443a85c7010fb8cfb150f2e4d4ccda53c4725;hpb=b96c3dc500494652748c24f0aa48a8201ea202dd;p=rocksndiamonds.git diff --git a/src/x11.c b/src/x11.c index 957443a8..34402106 100644 --- 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 */