[gtk/gtk-3-24: 1/2] Fix spelling of AppKit framework in `gdkquartz-gtk-only.h`



commit 245ea77da64c2cb49cfc546d589a6fc79db40f89
Author: Torsten Maehne <Torsten Maehne gmx de>
Date:   Tue Mar 10 19:21:23 2020 +0100

    Fix spelling of AppKit framework in `gdkquartz-gtk-only.h`
    
    gtk+-3.24.14 with quartz backend fails to compile on macOS when using
    a case-sensitive file system. The cause for the compilation error is a
    simple typo in line 26 of `gdk/quartz/gdkquartz-gtk-only.h`. The
    AppKit framework is included there with `<Appkit/Appkit.h>` instead of
    `<AppKit/AppKit.h>`, which is fixed with this commit.
    
    References: https://trac.macports.org/ticket/60168
    Fixes: https://gitlab.gnome.org/GNOME/gtk/issues/2503

 gdk/quartz/gdkquartz-gtk-only.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/quartz/gdkquartz-gtk-only.h b/gdk/quartz/gdkquartz-gtk-only.h
index 193686c041..7f9857c829 100644
--- a/gdk/quartz/gdkquartz-gtk-only.h
+++ b/gdk/quartz/gdkquartz-gtk-only.h
@@ -23,7 +23,7 @@
 #error "This API is for use only in Gtk internal code."
 #endif
 
-#include <Appkit/Appkit.h>
+#include <AppKit/AppKit.h>
 #include <gdk/gdk.h>
 #include <gdk/quartz/gdkquartz.h>
 


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