xserver-multidpi/test/xi2
Povilas Kanapickas 07e6935030 test/xi2: Fix mask size in XISelectEvents test
XI2LASTEVENT identifies the bit number, not the mask size in bits. The
mask size in bits is XI2LASTEVENT + 1 and the mask size in bytes is
(XI2LASTEVENT + 8) / 8 or XI2MASKSIZE.
2020-11-25 04:20:22 +00:00
..
protocol-common.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-common.h Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-eventconvert.c assert(a && b) --> assert(a); assert(b) 2019-05-02 15:02:36 -07:00
protocol-xigetclientpointer.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xigetselectedevents.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xipassivegrabdevice.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xiquerydevice.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xiquerypointer.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xiqueryversion.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xiselectevents.c test/xi2: Fix mask size in XISelectEvents test 2020-11-25 04:20:22 +00:00
protocol-xisetclientpointer.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
protocol-xiwarppointer.c Fix building with `-fno-common` 2020-01-27 21:46:31 +00:00
xi2.c tests: Convert test/xi2/ to single binary 2017-01-12 15:01:33 -05:00