summaryrefslogtreecommitdiff
path: root/src/ct_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ct_driver.c')
-rw-r--r--src/ct_driver.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ct_driver.c b/src/ct_driver.c
index c183298..8e66508 100644
--- a/src/ct_driver.c
+++ b/src/ct_driver.c
@@ -131,6 +131,14 @@
/* Driver specific headers */
#include "ct_driver.h"
+/* traditionally these had been defined in xf86_OSlib.h */
+#ifndef XMODE_RGB
+#define XMODE_RGB 0
+#define XMODE_NTSC 1
+#define XMODE_PAL 2
+#define XMODE_SECAM 3
+#endif
+
/* Mandatory functions */
static const OptionInfoRec * CHIPSAvailableOptions(int chipid, int busid);
static void CHIPSIdentify(int flags);