mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
st/glx: constify some variables
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>
This commit is contained in:
parent
1379d9759f
commit
b674a1d3b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue