diff options
author | Alex Deucher <alex@botch2.(none)> | 2008-01-08 18:43:54 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2008-01-08 18:43:54 -0500 |
commit | 2a54c6bb09ade2ec8f998dfc1624017029d47fa3 (patch) | |
tree | 4ece6889a666307988cb954dd74da6329ca414a5 /src/radeon.h | |
parent | fa3e2055225c27e25465fc46786da1b7574fd3cc (diff) |
RADEON: Make default output actually work...
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
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; |