Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
48dfde2073
Some applications, like totem, create keyboard/pointer objects from the same client, and expect it to work. We made this work a while ago, but due to an oversight in the code, we increment the serial on button press for every resource that we need to send events to. Since operations like move/resize use the grab serial of the devices to determine whether the operation is exact, we need to make sure the same serial goes to all devices. Restructure the code so that all that's in the resource loop is the sending of the event -- all the calculation that's needed happens outside. This fixes moving / resizing the Totem window not working sometimes. https://bugzilla.gnome.org/show_bug.cgi?id=736840 |
||
---|---|---|
data | ||
doc | ||
po | ||
src | ||
tools | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
mutter.doap | ||
NEWS |