File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,13 @@ static int xf86TslibControlProc(DeviceIntPtr device, int what)
248
248
/* init axis labels */
249
249
memset (axis_labels , 0 , ARRAY_SIZE (axis_labels ) * sizeof (Atom ));
250
250
if (priv -> abs_x_only ) {
251
- labels [0 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_X );
252
- labels [1 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_Y );
253
- labels [2 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_PRESSURE );
251
+ axis_labels [0 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_X );
252
+ axis_labels [1 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_Y );
253
+ axis_labels [2 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_PRESSURE );
254
254
} else {
255
- labels [0 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_MT_POSITION_X );
256
- labels [1 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_MT_POSITION_Y );
257
- labels [2 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_MT_PRESSURE );
255
+ axis_labels [0 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_MT_POSITION_X );
256
+ axis_labels [1 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_MT_POSITION_Y );
257
+ axis_labels [2 ] = XIGetKnownProperty (AXIS_LABEL_PROP_ABS_MT_PRESSURE );
258
258
}
259
259
260
260
if (InitButtonClassDeviceStruct (device ,
You can’t perform that action at this time.
0 commit comments