back to the old header names for gtkosxapplication.h
authorJoshua Pettus <jshpettus@gmail.com>
Thu, 28 Jan 2016 22:48:04 +0000 (17:48 -0500)
committerJoshua Pettus <jshpettus@gmail.com>
Thu, 28 Jan 2016 22:48:04 +0000 (17:48 -0500)
They seemed to have gone back for compatibility’s sake, hopefully they don't change it again

gtk/xboard.c
gtk/xoptions.c

index 5da2d3e..febc4ec 100644 (file)
@@ -168,7 +168,7 @@ extern char *getenv();
 #include "draw.h"
 
 #ifdef OSXAPP
-#  include <gtkmacintegration-gtk2/gtkosxapplication.h>
+#  include <gtkmacintegration/gtkosxapplication.h>
    // prevent pathname of positional file argument provided by OS X being be mistaken for option name
    // (price is that we won't recognize Windows option format anymore).
 #  define SLASH '-'
index 79bce4b..af2cdc8 100644 (file)
@@ -52,7 +52,7 @@ extern char *getenv();
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #ifdef OSXAPP
-#  include <gtkmacintegration-gtk2/gtkosxapplication.h>
+#  include <gtkmacintegration/gtkosxapplication.h>
 #endif
 
 #include "common.h"