Linux compile fixes

This commit is contained in:
baldurk
2015-04-14 08:05:13 +01:00
parent f06964ea23
commit 6993052c31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ class WrappedOpenGL : public IFrameCapturer
public:
WrappedOpenGL(const char *logfile, const GLHookSet &funcs);
~WrappedOpenGL();
virtual ~WrappedOpenGL();
GLResourceManager *GetResourceManager() { return m_ResourceManager; }
+1 -1
View File
@@ -728,7 +728,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
OpenGLHook::glhooks.GetDriver()->WindowSize((void *)drawable, width, height);
OpenGLHook::glhooks.GetDriver()->Present((void *)drawable);
OpenGLHook::glhooks.GetDriver()->SwapBuffers((void *)drawable);
OpenGLHook::glhooks.glXSwapBuffers_real(dpy, drawable);
}