projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bcc943
)
glcontext: Fix typo in Apple extension name
author
Benjamin Otte
<otte@redhat.com>
Sat, 1 Jul 2023 20:37:05 +0000
(22:37 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 3 Jul 2023 20:02:44 +0000
(22:02 +0200)
gdk/gdkglcontext.c
patch
|
blob
|
history
diff --git
a/gdk/gdkglcontext.c
b/gdk/gdkglcontext.c
index eeba765d5ce0e9e6316d1769e4dcc28d66b53b4f..43d644051000c7be17fee7bae6fd2e304bb47741 100644
(file)
--- a/
gdk/gdkglcontext.c
+++ b/
gdk/gdkglcontext.c
@@
-1552,7
+1552,7
@@
gdk_gl_context_check_extensions (GdkGLContext *context)
priv->has_sync = gdk_gl_context_check_version (context, "3.2", "3.0") ||
epoxy_has_gl_extension ("GL_ARB_sync") ||
- epoxy_has_gl_extension ("G
K
_APPLE_sync");
+ epoxy_has_gl_extension ("G
L
_APPLE_sync");
#ifdef G_ENABLE_DEBUG
{