Age | Commit message (Collapse) | Author |
|
|
|
|
|
versions of meson.
|
|
|
|
|
|
GDK button state.
|
|
|
|
Document the situation better and remove those hacks to have a better patch.
Since the masks don't even work on X11 I don't think anyone cares.
|
|
Inherited from original patch by Kevin.
|
|
Subjective but other indices such as [0] already depend on zero-initialization
so initializing some but not others just makes things more confusing IMO.
|
|
As far as I can tell by documentation (it's a mess!) and testing on my system:
* button 8 = BTN_SIDE = the button that makes Firefox go back
* button 9 = BTN_EXTRA = the button that makes Firefox go forward
However, in the original patches by Kevin it's interpreted like button 8 is
forward and button 9 is back, however the meaning is inverted in both the
spice-gtk and spice-vdagent changes so everything works at the end.
Clean it up to avoid confusion. Also use the SIDE and EXTRA terminology
everywhere since that's what's in spice-protocol for now.
|
|
Those are just trivial changes though, real work is by Kevin.
|
|
|