Release pointer too

This commit is contained in:
Dave Davenport 2016-09-02 20:19:37 +02:00
parent 4379f3be7c
commit 926fbdb190

View file

@ -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 );
}
}