summaryrefslogtreecommitdiff
path: root/src/rhd.h
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2007-11-23 17:27:55 +0100
committerMatthias Hopf <mhopf@suse.de>2007-11-23 17:29:29 +0100
commit6895da057770e14968920469e87e2a244f5d7f6d (patch)
tree8029b9da8e088e7c85a2b66c9f9792310985667e /src/rhd.h
parent05e36063eb0231543aa6d34c74b6370b953256d3 (diff)
Add ForceReduced and RRUseXF86Edid options.
Made ForceReduced a global option and allow it in RandR mode as well. Added RRUseXF86Edid option to revert to old behavior. Some cleanup.
Diffstat (limited to 'src/rhd.h')
-rw-r--r--src/rhd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rhd.h b/src/rhd.h
index 50ce772..6931421 100644
--- a/src/rhd.h
+++ b/src/rhd.h
@@ -131,7 +131,9 @@ typedef struct RHDRec {
RHDOpt noAccel;
RHDOpt swCursor;
RHDOpt shadowFB;
+ RHDOpt forceReduced;
RHDOpt noRandr;
+ RHDOpt rrUseXF86Edid;
RHDOpt rrOutputOrder;
unsigned int FbMapSize;
pointer FbBase; /* map base of fb */