From e083a0fa35a3579aa5d5f1659b81b88b61bf3cd9 Mon Sep 17 00:00:00 2001 From: Joshua Pettus Date: Thu, 28 Jan 2016 17:48:04 -0500 Subject: [PATCH] back to the old header names for gtkosxapplication.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit They seemed to have gone back for compatibility’s sake, hopefully they don't change it again --- gtk/xboard.c | 2 +- gtk/xoptions.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/xboard.c b/gtk/xboard.c index 5da2d3e..febc4ec 100644 --- a/gtk/xboard.c +++ b/gtk/xboard.c @@ -168,7 +168,7 @@ extern char *getenv(); #include "draw.h" #ifdef OSXAPP -# include +# include // 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 '-' diff --git a/gtk/xoptions.c b/gtk/xoptions.c index 79bce4b..af2cdc8 100644 --- a/gtk/xoptions.c +++ b/gtk/xoptions.c @@ -52,7 +52,7 @@ extern char *getenv(); #include #include #ifdef OSXAPP -# include +# include #endif #include "common.h" -- 1.7.0.4