aboutsummaryrefslogtreecommitdiffstats
path: root/xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-05 04:44:27 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-05 04:44:27 -0400
commite677f82b7872e080f00efc6aa6788584d3b8233e (patch)
treea8b5b4fbba8fad4557e4e9a5e0ed5b2d0569d245 /xlib.h
parenta16cb6036e228bfb966d0c10d829363fda3f3680 (diff)
downloadrunes-e677f82b7872e080f00efc6aa6788584d3b8233e.tar.gz
runes-e677f82b7872e080f00efc6aa6788584d3b8233e.zip
handle i18n input
Diffstat (limited to 'xlib.h')
-rw-r--r--xlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlib.h b/xlib.h
index 083bfb6..f462743 100644
--- a/xlib.h
+++ b/xlib.h
@@ -7,6 +7,7 @@ typedef struct {
Display *dpy;
Window w;
GC gc;
+ XIC ic;
} RunesWindow;
RunesWindow *runes_window_create();