summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-09 22:23:45 +0200
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2007-05-09 22:23:45 +0200
commitd2497009e395800fbde5777465f3087a54b94418 (patch)
tree179f74eca21a0bee5656e351230ba2517a807aef /src/radeon.h
parent4488f0737d5268168eab41440b7a3b5732efb15e (diff)
randr checkpoint
- server still hangs if you start with external monitor connected - RMX not working - more than 2 outputs now possible (untested)
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 671c87e5..6afed665 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -765,6 +765,8 @@ typedef struct {
CARD32 tv_dac_adj;
+ int max_connectors;
+
CreateScreenResourcesProcPtr CreateScreenResources;
} RADEONInfoRec, *RADEONInfoPtr;