[gimp] app: replace Carbon/Carbon.h by CoreGraphics/CoreGraphics.h.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: replace Carbon/Carbon.h by CoreGraphics/CoreGraphics.h.
- Date: Tue, 26 Jun 2018 13:54:09 +0000 (UTC)
commit 1b9729d46d8ed876f5add26d143c10b5da33bc14
Author: Jehan <jehan girinstud io>
Date: Tue Jun 26 15:50:40 2018 +0200
app: replace Carbon/Carbon.h by CoreGraphics/CoreGraphics.h.
As asked by Samm and solid_black on IRC.
Apparently tested and the change is fine, while getting rid of
deprecated API. I cannot test myself.
app/widgets/gimpwidgets-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/widgets/gimpwidgets-utils.c b/app/widgets/gimpwidgets-utils.c
index aeed4851aa..75f1619c6f 100644
--- a/app/widgets/gimpwidgets-utils.c
+++ b/app/widgets/gimpwidgets-utils.c
@@ -34,7 +34,7 @@
#endif
#ifdef PLATFORM_OSX
-#include <Carbon/Carbon.h>
+#include <CoreGraphics/CoreGraphics.h>
#endif
#include "libgimpbase/gimpbase.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]