diff options
Diffstat (limited to 'hw/dmx/glxProxy/glxscreens.h')
| -rw-r--r-- | hw/dmx/glxProxy/glxscreens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/glxProxy/glxscreens.h b/hw/dmx/glxProxy/glxscreens.h index 9a538d193..bb7477bc7 100644 --- a/hw/dmx/glxProxy/glxscreens.h +++ b/hw/dmx/glxProxy/glxscreens.h @@ -50,6 +50,6 @@ extern void __glXScreenReset(void); extern char *__glXGetServerString(unsigned int name); -extern int glxIsExtensionSupported(char *ext); +extern int glxIsExtensionSupported(const char *ext); #endif /* !__GLX_screens_h__ */ |
