commit | c8ad63e5e42637c65c6b4e0adfacce55730b722d | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 18 14:29:44 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Mar 18 14:29:44 2011 +0000 |
tree | b957a06fba8c5ab5da1f732905bc369da61999b2 | |
parent | 2f834592b1da896ecc4549d9cb70c974c3412e0e [diff] [blame] |
Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. Review URL: http://codereview.appspot.com/4282056/ git-svn-id: http://skia.googlecode.com/svn/trunk@955 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/unix_test_app/main.cpp b/unix_test_app/main.cpp index 6be43c0..d217236 100644 --- a/unix_test_app/main.cpp +++ b/unix_test_app/main.cpp
@@ -6,7 +6,9 @@ #include "SkView.h" #include "SkWindow.h" #include "XkeysToSkKeys.h" -#include "keysym2ucs.h" +extern "C" { + #include "keysym2ucs.h" +} #include "SkTypes.h" //#include <signal.h> //#include <sys/time.h>