aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-14 00:23:28 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-14 00:23:28 -0400
commitf445b28ce574a9529068b096c4be2224198876fb (patch)
treece27924a6e8c3d89960d15ba3f91b3bde37d8ba8 /window-xlib.h
parent1cf11a723c1710470ab4a98ae3abcae1686320dd (diff)
downloadrunes-f445b28ce574a9529068b096c4be2224198876fb.tar.gz
runes-f445b28ce574a9529068b096c4be2224198876fb.zip
support a visual bell
Diffstat (limited to 'window-xlib.h')
-rw-r--r--window-xlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window-xlib.h b/window-xlib.h
index edcd24b..222a68c 100644
--- a/window-xlib.h
+++ b/window-xlib.h
@@ -37,6 +37,7 @@ void runes_window_backend_get_size(RunesTerm *t, int *xpixel, int *ypixel);
void runes_window_backend_set_icon_name(RunesTerm *t, char *name, size_t len);
void runes_window_backend_set_window_title(
RunesTerm *t, char *name, size_t len);
+void runes_window_backend_visual_bell(RunesTerm *t);
void runes_window_backend_request_close(RunesTerm *t);
void runes_window_backend_cleanup(RunesTerm *t);