diff options
| author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-05-24 16:19:35 +0200 |
|---|---|---|
| committer | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-05-24 16:19:35 +0200 |
| commit | 732fee2815af4bafa449e6d69ed58b23558c035f (patch) | |
| tree | 63228a924bfec30fe569d5aa81cced89139cb63b /src/xgi.h | |
| parent | 74cf2305a0690a350235e5698f66a885a7913ccb (diff) | |
drop ifdef XGIGAMMA
It's always enabled, so no need for the extra #ifdef.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-xgi/-/merge_requests/6>
Diffstat (limited to 'src/xgi.h')
| -rw-r--r-- | src/xgi.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -190,10 +190,6 @@ extern Bool g_bRunTimeDebug; #define XGI_XINERAMA_MAJOR_VERSION 1 #define XGI_XINERAMA_MINOR_VERSION 1 -#if 1 -#define XGIGAMMA /* Include code for gamma correction */ -#endif - /* Jong 09/28/2007; disable this because it causes cursor drawing incorrectly */ #if 0 /* Include code for color hardware cursors */ #define XGI_ARGB_CURSOR |
