diff options
author | Johns <johns98@gmx.net> | 2013-01-29 17:04:50 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-01-29 17:04:50 +0100 |
commit | b48e0d06387f79a912e3676fce23217e664e63da (patch) | |
tree | 723692df8d1916796c366a769ffb255de2c4c69f /video.c | |
parent | 2c27d83b9ef931b8da2d80d01c0b3e5ed4b17977 (diff) | |
download | vdr-plugin-softhddevice-b48e0d06387f79a912e3676fce23217e664e63da.tar.gz vdr-plugin-softhddevice-b48e0d06387f79a912e3676fce23217e664e63da.tar.bz2 |
Support VDR 1.7.36 new build system.
Diffstat (limited to 'video.c')
-rw-r--r-- | video.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ /// #define USE_XLIB_XCB ///< use xlib/xcb backend -#define USE_SCREENSAVER ///< support disable screensaver +#define noUSE_SCREENSAVER ///< support disable screensaver #define USE_AUTOCROP ///< compile auto-crop support #define USE_GRAB ///< experimental grab code #define noUSE_GLX ///< outdated GLX code @@ -103,7 +103,7 @@ //#include <xcb/xcb_image.h> //#include <xcb/xcb_event.h> -#include <xcb/xcb_atom.h> +//#include <xcb/xcb_atom.h> #include <xcb/xcb_icccm.h> #ifdef XCB_ICCCM_NUM_WM_SIZE_HINTS_ELEMENTS #include <xcb/xcb_ewmh.h> |