diff options
Diffstat (limited to 'xserver/hw/xnest/Init.c')
-rw-r--r-- | xserver/hw/xnest/Init.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xserver/hw/xnest/Init.c b/xserver/hw/xnest/Init.c index e8a700e88..b45685216 100644 --- a/xserver/hw/xnest/Init.c +++ b/xserver/hw/xnest/Init.c @@ -47,6 +47,13 @@ is" without express or implied warranty. Bool xnestDoFullGeneration = True; +#ifdef GLXEXT +void +GlxExtensionInit(void) +{ +} +#endif + void InitOutput(ScreenInfo * screen_info, int argc, char *argv[]) { |