[gimp/gimp-2-10] app: replace Carbon/Carbon.h by CoreGraphics/CoreGraphics.h.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: replace Carbon/Carbon.h by CoreGraphics/CoreGraphics.h.
- Date: Tue, 26 Jun 2018 19:32:21 +0000 (UTC)
commit d2f57ee9bac89e39b3be779f3fb5affc188a59b5
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.
(cherry picked from commit 1b9729d46d8ed876f5add26d143c10b5da33bc14)
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 4235923897..546466c292 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]