[aseprite] 145/250: Minor change in skia_window_osx.mm

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 7bde73e2a3d3a45501e51de5818775b3a2555d3b
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Oct 7 17:46:37 2015 -0300

    Minor change in skia_window_osx.mm
---
 src/she/skia/skia_window_osx.mm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/she/skia/skia_window_osx.mm b/src/she/skia/skia_window_osx.mm
index 67be94a..a684919 100644
--- a/src/she/skia/skia_window_osx.mm
+++ b/src/she/skia/skia_window_osx.mm
@@ -29,9 +29,15 @@ public:
   bool closing;
   int scale;
   OSXWindow* window;
+#if SK_SUPPORT_GPU
   GLContextSkia<GLContextCGL> gl;
+#endif
 
-  Impl() : gl(nullptr) {
+  Impl()
+#if SK_SUPPORT_GPU
+    : gl(nullptr)
+#endif
+  {
     closing = false;
     scale = 1;
     window = [OSXWindow new];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list