PYRALXEFRJ5O2NSVSR7WFJ56QNW2VMWYTBKKGJMDLZCHEU4JXZKQC /* global event handlers */static struct wl_listener cursor_axis = {.notify = axisnotify};static struct wl_listener cursor_button = {.notify = buttonpress};static struct wl_listener cursor_frame = {.notify = cursorframe};static struct wl_listener cursor_motion = {.notify = motionrelative};static struct wl_listener cursor_motion_absolute = {.notify = motionabsolute};static struct wl_listener new_input = {.notify = inputdevice};static struct wl_listener new_output = {.notify = createmon};static struct wl_listener new_xdg_surface = {.notify = createnotify};static struct wl_listener request_cursor = {.notify = setcursor};