summaryrefslogtreecommitdiff
path: root/xmim.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmim.h')
-rw-r--r--xmim.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/xmim.h b/xmim.h
new file mode 100644
index 0000000..2e0283f
--- /dev/null
+++ b/xmim.h
@@ -0,0 +1,15 @@
+#ifndef XMIM_H
+#define XMIM_H
+
+#include <glib.h>
+#include <X11/Xlib.h>
+
+extern Display *x_dpy;
+extern Window x_win;
+extern XIM x_im;
+extern XIC x_ic;
+
+extern char * opt_display;
+extern gint64 opt_xephyr;
+
+#endif