summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-29 22:06:31 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-29 22:06:31 +0100
commitc0e6e7c555c35163bcff5e5051e90c3b4bb79fe0 (patch)
treebe5e11eec976c2ff462a031e6abefb6d90b83da1 /source/view.c
parentb0a8edc95a5698c1d3c8b1751c6c65470c94fd4b (diff)
Redraw the window, if it moves
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index 476c7fa4..4187f99f 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1242,6 +1242,7 @@ void rofi_view_itterrate ( RofiViewState *state, xcb_generic_event_t *ev, xkb_st
if ( state->x != xce->x || state->y != xce->y ) {
state->x = xce->x;
state->y = xce->y;
+ widget_queue_redraw ( WIDGET ( state->main_window ) );
}
if ( state->width != xce->width || state->height != xce->height ) {
state->width = xce->width;