wlroots-hyprland/rootston
Lars Hagström b181f793c3 Make pointer button release outside window still count down the button_count.
When double-clicking a maximized window title, so that the windows size is restored and the mouse pointer ends up _outside_ the window it becomes impossible to move windows.
The reason is that the button_count variable is not counted down if the mouse button is released outside the window, so the button_count remains incremented even after the button is released.
This patch adds a call to wlr_seat_pointer_notify_button if the mouse button is released outside the window.
(I am a complete noob to wlroots, so be kind...)
2018-02-07 17:42:31 +01:00
..
config.c Disable outputs in rootston config 2018-01-04 15:48:28 +01:00
cursor.c Make pointer button release outside window still count down the button_count. 2018-02-07 17:42:31 +01:00
desktop.c Merge pull request #580 from emersion/screenshooter-renderer-backport 2018-01-29 17:13:23 -05:00
ini.c Establish rootston headers & main 2017-09-22 23:30:40 -04:00
input.c rootston: add arbitrary libinput config 'tap_enabled' 2017-12-24 14:55:38 +01:00
keyboard.c dont use pointer for modifiers 2018-01-17 08:31:15 -05:00
main.c Backport screenshooter fixes from the renderer redesign v1 2018-01-23 22:06:54 +01:00
meson.build bring edges into wlr 2017-12-08 06:03:57 -05:00
output.c rootston: fix compilation without XWayland support 2018-01-28 12:07:15 +00:00
rootston.ini.example Comments should talk about colons not semicolons 2018-02-04 15:26:12 +01:00
seat.c rootston: fix compilation without XWayland support 2018-01-28 12:07:15 +00:00
wl_shell.c validate grab serial for shell events 2017-12-27 08:04:01 -05:00
xdg_shell_v6.c xdg-shell: role-committed func 2017-12-27 06:15:25 -05:00
xwayland.c decorations: respect motif hints 2018-01-23 08:19:00 -05:00