mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Release pointer too
This commit is contained in:
parent
4379f3be7c
commit
926fbdb190
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue