diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 355a9494..4c966ec0 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -206,7 +206,8 @@ typedef enum { OPTION_DEFAULT_TVDAC_ADJ, OPTION_INT10, OPTION_EXA_VSYNC, - OPTION_ATOM_TVOUT + OPTION_ATOM_TVOUT, + OPTION_R4XX_ATOM } RADEONOpts; @@ -884,6 +885,8 @@ typedef struct { int virtualX; int virtualY; + Bool r4xx_atom; + } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |