aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-17 00:25:36 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-17 00:25:36 -0400
commit68690fbfb66df3e5f22ff235e3b23f1f4cc6b257 (patch)
treec269a2b663b0f28cc9408291a50fa8f6e5dda57d /display.c
parent07d4e10eae5d46f39cf26f57175c2b26524eefca (diff)
downloadrunes-68690fbfb66df3e5f22ff235e3b23f1f4cc6b257.tar.gz
runes-68690fbfb66df3e5f22ff235e3b23f1f4cc6b257.zip
move this entirely into the backend
again, it's not safe to have things from other threads calling into xlib, and cairo calls on the backend_cr count as calling into xlib
Diffstat (limited to 'display.c')
-rw-r--r--display.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/display.c b/display.c
index ee6b85b..eb6893f 100644
--- a/display.c
+++ b/display.c
@@ -278,11 +278,6 @@ void runes_display_hide_cursor(RunesTerm *t)
t->hide_cursor = 1;
}
-void runes_display_visual_bell(RunesTerm *t)
-{
- runes_window_backend_visual_bell(t);
-}
-
void runes_display_save_cursor(RunesTerm *t)
{
t->saved_row = t->row;