mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
added missing declaration of releaseGlContext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13922 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
60fae69741
commit
20a0913dee
@ -24,6 +24,7 @@ void glAdjustAlignment(int stride);
|
||||
|
||||
#ifndef GL_WIN32
|
||||
int setGlWindow(XVisualInfo **vinfo, GLXContext *context, Window win);
|
||||
void releaseGlContext(XVisualInfo **vinfo, GLXContext *context);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user