summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-23 22:04:44 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-23 22:04:44 +0100
commit3f8efed56d482981102b55ab5b76c539b7500e5b (patch)
treef3148eef5ad101d85c95040154a1a0d7b58556c1 /source/view.c
parent3b58c3a26a8ceec67620198e629d381fb1e0e6c8 (diff)
Add missing flush
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 9c51fbfe..01e7c62c 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1620,7 +1620,7 @@ RofiViewState *rofi_view_create ( Mode *sw,
state->update = TRUE;
rofi_view_refilter ( state );
- rofi_view_update ( state );
+// rofi_view_update ( state );
if ( sncontext != NULL ) {
sn_launchee_context_complete ( sncontext );
}
@@ -1745,6 +1745,7 @@ void rofi_view_cleanup ()
main_window = None;
XDestroyIC ( xic );
XCloseIM ( xim );
+ XFlush ( display );
}
if ( map != None ) {