[gtk/wip/otte/for-master: 4/4] macos: Fix return value




commit 6536e3dc54c58eb6215183bd89e8544c84a2c602
Author: Benjamin Otte <otte redhat com>
Date:   Wed Nov 3 22:53:31 2021 +0100

    macos: Fix return value

 gdk/macos/gdkmacosglcontext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/macos/gdkmacosglcontext.c b/gdk/macos/gdkmacosglcontext.c
index ca4b7545e9..1800815786 100644
--- a/gdk/macos/gdkmacosglcontext.c
+++ b/gdk/macos/gdkmacosglcontext.c
@@ -163,7 +163,7 @@ ensure_gl_view (GdkMacosGLContext *self)
   return [nswindow contentView];
 }
 
-static gboolean
+static GdkGLAPI
 gdk_macos_gl_context_real_realize (GdkGLContext  *context,
                                    GError       **error)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]