Focus containers only on entry.

This commit is contained in:
Scott Leggett 2018-05-27 14:52:40 +10:00
parent fea654a6ce
commit 06098bef98
5 changed files with 43 additions and 25 deletions

View file

@ -29,8 +29,8 @@ struct sway_cursor {
void sway_cursor_destroy(struct sway_cursor *cursor);
struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,
bool allow_refocusing);
void cursor_send_pointer_motion(struct sway_cursor *cursor,
double delta_x, double delta_y, uint32_t time_msec, bool allow_refocusing);
void dispatch_cursor_button(struct sway_cursor *cursor, uint32_t time_msec,
uint32_t button, enum wlr_button_state state);