1
1
mirror of https://github.com/swaywm/sway synced 2024-09-28 11:20:05 +02:00
sway/include
Ryan Dwyer d16845d5f0 Don't send button events to surfaces when dragging or resizing
It turns out sending button events during all seat operations is not
desirable. This patch introduces a new property
`seatop_impl.allows_events` which allows each operation to define
whether button events should be passed to the surface or not.

The `down` seat operation is the only one that supports this. As all the
other seatops don't support it, the calls to seat_pointer_notify_button
prior to starting them have been removed.
2019-03-11 14:55:54 +01:00
..
sway Don't send button events to surfaces when dragging or resizing 2019-03-11 14:55:54 +01:00
swaybar swaybar: add overlay mode (fix #1620) 2019-02-24 20:05:47 -05:00
swaynag
background-image.h
cairo.h
ipc-client.h
ipc.h
list.h
log.h
loop.h
meson.build
pango.h
pool-buffer.h
stringop.h stringop.c: remove unused functions 2019-03-11 14:42:58 +01:00
util.h util.c: remove numlen function 2019-01-22 13:10:25 +01:00