summaryrefslogtreecommitdiff
path: root/common/foundation_request.h
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-14 18:48:11 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-04-14 18:50:17 -0400
commitf18aa61e33e3dc9dd0723e3fc8609533742ff98b (patch)
treeb02aeaa67f6740a1b7eab8bf77c4d8a284f3853b /common/foundation_request.h
parent305e688a3a1d255fe34269cc327284275a0a3044 (diff)
downloadqtlocation-mapboxgl-f18aa61e33e3dc9dd0723e3fc8609533742ff98b.tar.gz
derive from GLKViewController
this handles resizing the view/framebuffer much better fixes #130, #131, #133, #118
Diffstat (limited to 'common/foundation_request.h')
-rw-r--r--common/foundation_request.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/foundation_request.h b/common/foundation_request.h
new file mode 100644
index 0000000000..70c383aa85
--- /dev/null
+++ b/common/foundation_request.h
@@ -0,0 +1,4 @@
+#import <Foundation/Foundation.h>
+
+NSString *const MBXNeedsRenderNotification = @"MBXNeedsRenderNotification";
+NSString *const MBXUpdateActivityNotification = @"MBXUpdateActivityNotification";