s/cursor_mode/input_mode/

This commit is contained in:
Johan Malm 2020-10-21 20:30:06 +01:00
parent dc5d1ab976
commit d5b9a65978
5 changed files with 24 additions and 24 deletions

View file

@ -362,7 +362,7 @@ output_frame_notify(struct wl_listener *listener, void *data)
render_layer(&now, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
render_layer(&now, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
if (output->server->cursor_mode == LAB_INPUT_STATE_MENU) {
if (output->server->input_mode == LAB_INPUT_STATE_MENU) {
render_rootmenu(output);
}