summaryrefslogtreecommitdiff
path: root/third_party/spiro/ppedit/pe_view.h
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2014-07-26 11:20:29 -0700
committerRoozbeh Pournader <roozbeh@google.com>2014-07-26 11:20:29 -0700
commit0f1bd27678fb542f8601bbaf493baa1c22732fe2 (patch)
tree78ecb8f8082fb1b3ae24720549578b9272f36f0c /third_party/spiro/ppedit/pe_view.h
parent5a480b939b43dec473550292501a88518fe1208c (diff)
Add Spiro version 0.01.
Diffstat (limited to 'third_party/spiro/ppedit/pe_view.h')
-rw-r--r--third_party/spiro/ppedit/pe_view.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/spiro/ppedit/pe_view.h b/third_party/spiro/ppedit/pe_view.h
new file mode 100644
index 0000000..8db4fff
--- /dev/null
+++ b/third_party/spiro/ppedit/pe_view.h
@@ -0,0 +1,11 @@
+OSStatus pe_view_create(
+ WindowRef inWindow,
+ const HIRect* inBounds,
+ HIViewRef* outView);
+
+void
+pe_view_set_plate(HIViewRef view, plate *p);
+
+void
+pe_view_toggle_corner(HIViewRef view);
+