Fix blinking test. (#2637)

Thanks to @sandsmark for figuring this out.
next
Ingo Bürk 2017-01-13 18:34:28 +01:00 committed by Michael Stapelberg
parent e0582aa5eb
commit f80cbf7872
1 changed files with 2 additions and 2 deletions

View 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),
);
},
);