aboutsummaryrefslogtreecommitdiffstats
path: root/xlib.h
diff options
context:
space:
mode:
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();