mirror of
https://github.com/yshui/picom.git
synced 2025-04-14 17:53:25 -04:00
Misc: Typo in vsync_opengl_init()
I typed ps->glXGetVideoSyncSGI as ps->glXWaitVideoSyncSGI...
This commit is contained in:
parent
f202223572
commit
fc8ec8851f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue