aboutsummaryrefslogtreecommitdiffstats
path: root/xenviews.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2005-12-08 11:17:50 +0000
committerkraxel <kraxel>2005-12-08 11:17:50 +0000
commite22cc1e84130dfe1086088c0452efc6596e5b855 (patch)
tree95045ace03f576aa357b079a780853f66044c0ad /xenviews.h
downloadxenwatch-e22cc1e84130dfe1086088c0452efc6596e5b855.tar.gz
Initial revision
Diffstat (limited to 'xenviews.h')
-rw-r--r--xenviews.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/xenviews.h b/xenviews.h
new file mode 100644
index 0000000..f309352
--- /dev/null
+++ b/xenviews.h
@@ -0,0 +1,11 @@
+/* i18n */
+#define _(string) (string)
+#define noop(string) (string)
+
+/* variables */
+GtkWidget *xs_toplevel;
+GtkWidget *xd_toplevel;
+
+/* prototypes */
+void xenstore_create_window(void);
+void xen_doms_create_window(void);