2 Copyright 2011, The AROS Development Team. All rights reserved.
6 #ifndef HOSTGL_CTX_MANAGER_H
7 #define HOSTGL_CTX_MANAGER_H
9 #include "hostgl_types.h"
11 GLAContext
HostGL_GetCurrentContext();
12 VOID
HostGL_SetCurrentContext(GLAContext ctx
);
15 VOID
HostGL_UpdateGlobalGLXContext();
16 Display
* HostGL_GetGlobalX11Display();
18 #endif /* HOSTGL_CTX_MANAGER_H */