From: Phillip Berndt Date: Wed, 11 Feb 2015 09:54:16 +0000 (+0100) Subject: Transformation matrices can contain negative indices X-Git-Tag: 1.0~81 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=527c3cdae7fb917ee5b75ee64b3443125a2b2141;hp=d8eca8018138de26eae947a3f7357711a0b56d9c;p=deb_pkgs%2Fautorandr.git Transformation matrices can contain negative indices --- diff --git a/autorandr.py b/autorandr.py index 1e08e50..c14e6d2 100755 --- a/autorandr.py +++ b/autorandr.py @@ -95,7 +95,7 @@ class XrandrOutput(object): ).* (?:\s*(?: # Properties of the output Gamma: (?P[0-9\.:\s]+) | # Gamma value - Transform: (?P[0-9\.\s]+) | # Transformation matrix + Transform: (?P[\-0-9\.\s]+) | # Transformation matrix EDID: (?P[0-9a-f\s]+) | # EDID of the output (?![0-9])[^:\s][^:\n]+:.*(?:\s\\t[\\t ].+)* # Other properties ))+