From 926fbdb190754a665331b5ee47a40a0b8cb9c6d4 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 2 Sep 2016 20:19:37 +0200 Subject: [PATCH] Release pointer too --- source/view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/view.c b/source/view.c index d9a72910..263e4131 100644 --- a/source/view.c +++ b/source/view.c @@ -1872,6 +1872,7 @@ void rofi_view_hide ( void ) if ( CacheState.main_window != XCB_WINDOW_NONE ) { xcb_unmap_window ( xcb->connection, CacheState.main_window ); release_keyboard ( ); + release_pointer ( ); xcb_flush ( xcb->connection ); } }