summaryrefslogtreecommitdiffstats
path: root/source/widgets/textbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/widgets/textbox.c')
-rw-r--r--source/widgets/textbox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/widgets/textbox.c b/source/widgets/textbox.c
index 097748cc..36f5634e 100644
--- a/source/widgets/textbox.c
+++ b/source/widgets/textbox.c
@@ -24,7 +24,6 @@
*/
#include <config.h>
-#include <xcb/xcb.h>
#include <ctype.h>
#include <string.h>
#include <glib.h>
@@ -77,7 +76,7 @@ static gboolean textbox_blink ( gpointer data )
if ( tb->blink < 2 ) {
tb->blink = !tb->blink;
widget_queue_redraw ( WIDGET ( tb ) );
- rofi_view_queue_redraw ( );
+ rofi_view_queue_redraw ();
}
else {
tb->blink--;