recheck_focus doesn't need to return anything

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-05-24 22:40:36 +01:00
parent 9c50bc58cb
commit 20e60a87fa
2 changed files with 4 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ uint32_t determine_evmask(session_t *ps, xcb_window_t wid, win_evmode_t mode);
xcb_window_t find_client_win(session_t *ps, xcb_window_t w);
struct managed_win *recheck_focus(session_t *ps);
void recheck_focus(session_t *ps);
/// Handle configure event of a root window
void configure_root(session_t *ps, int width, int height);