Merge branch 'wlroots' into focus-inactive-fixes

This commit is contained in:
Tony Crisci 2018-04-08 12:47:56 -04:00
commit ae78f6fb93
9 changed files with 94 additions and 24 deletions

View file

@ -1,6 +1,6 @@
#ifndef _SWAY_INPUT_CURSOR_H
#define _SWAY_INPUT_CURSOR_H
#include <stdint.h>
#include "sway/input/seat.h"
struct sway_cursor {
@ -22,6 +22,8 @@ struct sway_cursor {
struct wl_listener tool_axis;
struct wl_listener tool_tip;
struct wl_listener tool_button;
uint32_t tool_buttons;
struct wl_listener request_set_cursor;
};