diff options
-rwxr-xr-x | make/glx-CustomCCode.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/make/glx-CustomCCode.c b/make/glx-CustomCCode.c index 2d92b2dde..504b8432f 100755 --- a/make/glx-CustomCCode.c +++ b/make/glx-CustomCCode.c @@ -26,18 +26,18 @@ Bool XF86VidModeGetGammaRamp( Display *display, int screen, int size, - unsigned short *red array, - unsigned short *green array, - unsigned short *blue array) { + unsigned short *red_array, + unsigned short *green_array, + unsigned short *blue_array) { return False; } Bool XF86VidModeSetGammaRamp( Display *display, int screen, int size, - unsigned short *red array, - unsigned short *green array, - unsigned short *blue array) { + unsigned short *red_array, + unsigned short *green_array, + unsigned short *blue_array) { return False; } #endif |