diff options
Diffstat (limited to 'glx/glxcontext.h')
-rw-r--r-- | glx/glxcontext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glx/glxcontext.h b/glx/glxcontext.h index 4764e56f5..972ff3918 100644 --- a/glx/glxcontext.h +++ b/glx/glxcontext.h @@ -139,4 +139,6 @@ extern __GLXcontext *__glXdirectContextCreate(__GLXscreen * screen, __GLXconfig * modes, __GLXcontext * shareContext); +extern void FlushContext(__GLXcontext * cx); + #endif /* !__GLX_context_h__ */ |