1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-03-10 17:06:37 -04:00

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