Fully init the AbsoluteClassRec in InitAbsoluteClassDeviceStruct.
(Specificly, we were missing the screen field.)
This commit is contained in:
@@ -901,6 +901,7 @@ InitAbsoluteClassDeviceStruct(DeviceIntPtr dev)
|
|||||||
abs->width = -1;
|
abs->width = -1;
|
||||||
abs->height = -1;
|
abs->height = -1;
|
||||||
abs->following = 0;
|
abs->following = 0;
|
||||||
|
abs->screen = 0;
|
||||||
|
|
||||||
dev->absolute = abs;
|
dev->absolute = abs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user