]> git.sur5r.net Git - i3/i3/commitdiff
Fix blinking test. (#2637)
authorIngo Bürk <admin@airblader.de>
Fri, 13 Jan 2017 17:34:28 +0000 (18:34 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Fri, 13 Jan 2017 17:34:28 +0000 (09:34 -0800)
Thanks to @sandsmark for figuring this out.

testcases/t/221-floating-type-hints.t

index 605909042e59e76095999778ba43b6917b8986d1..ae0f05c3cdfd96142bd7bd198f17e541baf0d0ab 100644 (file)
@@ -81,8 +81,8 @@ sub open_with_fixed_size {
                 $atomname->id,
                 $atomtype->id,
                 32,
-                12,
-                pack('C5N7', $flags, $pad, $pad, $pad, $pad, 0, 0, 0, $min_width, $min_height, $max_width, $max_height),
+                13,
+                pack('C5N8', $flags, $pad, $pad, $pad, $pad, 0, 0, 0, $min_width, $min_height, $max_width, $max_height),
             );
         },
     );