summaryrefslogtreecommitdiff
path: root/third_party/spiro/x3/x3common.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/spiro/x3/x3common.h')
-rw-r--r--third_party/spiro/x3/x3common.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/spiro/x3/x3common.h b/third_party/spiro/x3/x3common.h
new file mode 100644
index 0000000..fc616a2
--- /dev/null
+++ b/third_party/spiro/x3/x3common.h
@@ -0,0 +1,16 @@
+#if defined(X3_CARBON) || defined(X3_WIN32)
+
+void x3qsizereq(x3widget *w);
+
+void x3add_default(x3widget *parent, x3widget *child);
+void x3add(x3widget *parent, x3widget *child);
+
+#endif
+
+void x3initqs(void);
+void x3qshow(x3widget *w);
+void x3sync(void);
+
+
+/* provided by impls to common routines */
+void x3_window_show(x3widget *w);