aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-10 23:02:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-10 23:02:04 -0400
commit03ff8e8b7d1a464f4c4a3fffa46d24a0f63e199d (patch)
treed62e3cdfbff6c9aad565e9f298d20ff45d217a5e /window-xlib.c
parentee1d05ec71f191594c086736f9fac30d5ef24eae (diff)
downloadrunes-03ff8e8b7d1a464f4c4a3fffa46d24a0f63e199d.tar.gz
runes-03ff8e8b7d1a464f4c4a3fffa46d24a0f63e199d.zip
draw a cursor
Diffstat (limited to 'window-xlib.c')
-rw-r--r--window-xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window-xlib.c b/window-xlib.c
index 17351ed..9204354 100644
--- a/window-xlib.c
+++ b/window-xlib.c
@@ -206,6 +206,7 @@ void runes_window_backend_flush(RunesTerm *t)
{
cairo_set_source_surface(t->backend_cr, cairo_get_target(t->cr), 0.0, 0.0);
cairo_paint(t->backend_cr);
+ runes_display_draw_cursor(t);
XFlush(t->w.dpy);
}