summaryrefslogtreecommitdiff
path: root/xmim.h
blob: 2e0283f0591535aa59e263dfded9abb3e285becd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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