summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2008-01-08 18:43:54 -0500
committerAlex Deucher <alex@botch2.(none)>2008-01-08 18:43:54 -0500
commit2a54c6bb09ade2ec8f998dfc1624017029d47fa3 (patch)
tree4ece6889a666307988cb954dd74da6329ca414a5 /src/radeon.h
parentfa3e2055225c27e25465fc46786da1b7574fd3cc (diff)
RADEON: Make default output actually work...
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 d16a234f..bddbc7b9 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -727,6 +727,8 @@ typedef struct {
void (*PointerMoved)(int, int, int);
CreateScreenResourcesProcPtr CreateScreenResources;
+ /* if no devices are connected at server startup */
+ Bool first_load_no_devices;
Bool IsSecondary;
Bool IsPrimary;