diff options
Diffstat (limited to 'app/xdriinfo/xdriinfo.c')
-rw-r--r-- | app/xdriinfo/xdriinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xdriinfo/xdriinfo.c b/app/xdriinfo/xdriinfo.c index 8a76b314f..865b4bf19 100644 --- a/app/xdriinfo/xdriinfo.c +++ b/app/xdriinfo/xdriinfo.c @@ -33,8 +33,8 @@ typedef const char * glXGetScreenDriver_t (Display *dpy, int scrNum); typedef const char * glXGetDriverConfig_t (const char *driverName); -glXGetScreenDriver_t *GetScreenDriver; -glXGetDriverConfig_t *GetDriverConfig; +static glXGetScreenDriver_t *GetScreenDriver; +static glXGetDriverConfig_t *GetDriverConfig; enum INFO_FUNC { LIST, NSCREENS, DRIVER, OPTIONS |