Fix compiler warning about unused parameters
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -613,7 +613,7 @@ ev_selection_clear(session_t *ps, xcb_selection_clear_event_t attr_unused *ev) {
|
||||
// If we lose that one, we should exit.
|
||||
log_fatal("Another composite manager started and took the _NET_WM_CM_Sn "
|
||||
"selection.");
|
||||
exit(1);
|
||||
quit_compton(ps);
|
||||
}
|
||||
|
||||
void ev_handle(session_t *ps, xcb_generic_event_t *ev) {
|
||||
|
Reference in New Issue
Block a user