diff options
author | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-05 01:16:01 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-05 01:16:01 +0000 |
commit | ec831d4fba23dc5f4d0a1450aa63efe5ff5937a2 (patch) | |
tree | 63c5025b1b849cba3b72c52d2e3d7bb69df40c20 | |
parent | f1dadde8f642b332a2dcd2e2a5779f25fec7a3de (diff) |
Modified:
xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.h Patch from Matthieu
Herrb - fix compilation with DoLoadableServer=NO
-rw-r--r-- | src/theatre.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theatre.h b/src/theatre.h index 5a4fbff6..287cc1af 100644 --- a/src/theatre.h +++ b/src/theatre.h @@ -114,6 +114,8 @@ void ResetTheatreRegsForTVout(TheatrePtr t); #define xf86_RageTheatreDebugGain RageTheatreDebugGain #define xf86_ShutdownTheatre ShutdownTheatre #define xf86_DumpRageTheatreRegs DumpRageTheatreRegs +#define xf86_ResetTheatreRegsForTVout ResetTheatreRegsForTVout +#define xf86_ResetTheatreRegsForNoTVout ResetTheatreRegsForNoTVout #endif |