File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -909,7 +909,6 @@ crtc_can_use_transform (crtc_t *crtc, XTransform *transform)
909
909
return True ;
910
910
return False ;
911
911
}
912
- #endif
913
912
914
913
/*
915
914
* Report only rotations that are supported by all crtcs
@@ -936,6 +935,7 @@ output_rotations (output_t *output)
936
935
}
937
936
return rotation ;
938
937
}
938
+ #endif
939
939
940
940
static Bool
941
941
output_can_use_rotation (output_t * output , Rotation rotation )
@@ -2999,7 +2999,7 @@ main (int argc, char **argv)
2999
2999
Atom * props ;
3000
3000
int j , k , nprop ;
3001
3001
Bool * mode_shown ;
3002
- Rotation rotations = output_rotations (output );
3002
+ // Rotation rotations = output_rotations (output);
3003
3003
3004
3004
printf (" <output name=\"%s\" connected=\"%s\"" , output_info -> name , connection [output_info -> connection ]);
3005
3005
if (mode )
You can’t perform that action at this time.
0 commit comments