From d411fd85f43e3bbfd370bbaa9c7388abe44b9d8f Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Fri, 22 Nov 2013 20:37:05 +0000 Subject: [PATCH] Bring up to speed w/ TOGGLE_STATUS --- src/fbdriver.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fbdriver.c b/src/fbdriver.c index 51ac053..7dff137 100644 --- a/src/fbdriver.c +++ b/src/fbdriver.c @@ -449,6 +449,9 @@ int x_show_alert(int is_fatal, const char *str) clear_fatal_logs(); return 0; } +void x_toggle_status_lines(void) +{ +} void x_redraw_status_lines(void) { }