st/glx: constify some variables
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>
Fri, 29 Dec 2017 05:32:30 +0000 (08:32 +0300)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 17 Jul 2018 18:47:37 +0000 (14:47 -0400)
Just a nice hint for both peoples and compilers.

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/state_trackers/glx/xlib/glx_getproc.c

index 58b476341dbd3e5fe916724050d1b065053d5ff4..6b94f2c19608e5badfc162ed739f64250a2ed01b 100644 (file)
@@ -43,7 +43,7 @@ struct name_address_pair {
 };
 
 
-static struct name_address_pair GLX_functions[] = {
+static const struct name_address_pair GLX_functions[] = {
    /*** GLX_VERSION_1_0 ***/
    { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
    { "glXCopyContext", (__GLXextFuncPtr) glXCopyContext },