Files
xserver/hw/xwin
dslater38 71c3a97142 XWin: Fix infinite loop in GetShift()
GetShift(int mask) can be called with mask==0, causing
it to go into an infinite loop.

Note: GetShift(mask) will return 0 for a mask of
both 0 and -1. The assumption is that if mask == 0,
then the corresponding bits for which we're calculating
the shift, are also 0.
2019-12-12 04:54:46 +00:00
..
2017-06-02 09:32:35 -07:00
2019-12-12 04:54:46 +00:00
2014-11-12 10:25:00 +10:00
2018-09-28 16:25:17 -04:00
2019-05-01 14:06:15 +00:00
2014-10-09 09:27:21 +02:00
2016-03-09 16:13:54 +00:00
2016-03-09 16:13:54 +00:00
2015-03-23 16:01:58 +00:00
2019-05-01 14:06:15 +00:00