summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-01-10 17:41:39 +0100
committerMaarten Maathuis <madman2003@gmail.com>2008-01-10 18:51:22 +0100
commit0e646b0332b52e23ef13301765f7f1e8f881e165 (patch)
treeb2b165a718af42b03c383ae856f81a2d8ab2e0da /src/nv_const.h
parenta5122460cfa07d45cf91ae112db9170fecee6966 (diff)
randr12: Intermediate commit.
Diffstat (limited to 'src/nv_const.h')
-rw-r--r--src/nv_const.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nv_const.h b/src/nv_const.h
index 0878ccb..154d756 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -10,6 +10,11 @@
#define NV_DPMS_CLEARED 0x80
typedef enum {
+ NV_MODE_CONSOLE = (1 << 0),
+ NV_MODE_VGA = (1 << 1)
+} NVModePriv;
+
+typedef enum {
OPTION_SW_CURSOR,
OPTION_HW_CURSOR,
OPTION_NOACCEL,