summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 12:47:52 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-06-01 13:26:31 +0200
commit4792a16593374bc3036ea2bccaf9143cc90af44f (patch)
tree0c6913d6b05550172c6703bb13ca3dbcb2702f52 /source/rofi.c
parent2b6c084f324373e118147fc9ee20cd78f0b8bf9e (diff)
xcb: Hide release details
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 44fb955a..3390a44b 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -146,9 +146,7 @@ static void teardown ( int pfd )
// Cleanup font setup.
textbox_cleanup ( );
- // Release the window.
- release_keyboard ( );
- release_pointer ( );
+ x11_early_cleanup ();
// Cleanup view
rofi_view_cleanup ();