mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 05:41:27 +03:00
add a warning when mouse is released by compositor
This can not be influenced and is helpful for debugging
This commit is contained in:
@@ -720,6 +720,7 @@ impl Dispatch<wl_pointer::WlPointer, ()> for State {
|
|||||||
* lock, relative pointer,... objects are still in place)
|
* lock, relative pointer,... objects are still in place)
|
||||||
*/
|
*/
|
||||||
app.ungrab();
|
app.ungrab();
|
||||||
|
log::warn!("compositor released mouse");
|
||||||
}
|
}
|
||||||
wl_pointer::Event::Button {
|
wl_pointer::Event::Button {
|
||||||
serial: _,
|
serial: _,
|
||||||
|
|||||||
Reference in New Issue
Block a user