mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
Focus containers only on entry.
This commit is contained in:
parent
fea654a6ce
commit
06098bef98
5 changed files with 43 additions and 25 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue