From 7f97d55da55d44a018de2fb065ec3d4f63ab0307 Mon Sep 17 00:00:00 2001 From: Richard Grenville Date: Thu, 26 Sep 2013 07:41:11 +0800 Subject: Misc: Typo in vsync_opengl_init() I typed ps->glXGetVideoSyncSGI as ps->glXWaitVideoSyncSGI... --- compton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compton.c b/compton.c index 76a1c75cf..dd9341cbc 100644 --- a/compton.c +++ b/compton.c @@ -5868,7 +5868,7 @@ vsync_opengl_init(session_t *ps) { return false; // Get video sync functions - if (!ps->glXWaitVideoSyncSGI) + if (!ps->glXGetVideoSyncSGI) ps->glXGetVideoSyncSGI = (f_GetVideoSync) glXGetProcAddress((const GLubyte *) "glXGetVideoSyncSGI"); if (!ps->glXWaitVideoSyncSGI) -- cgit v1.2.1