parent
e0582aa5eb
commit
f80cbf7872
|
@ -81,8 +81,8 @@ sub open_with_fixed_size {
|
||||||
$atomname->id,
|
$atomname->id,
|
||||||
$atomtype->id,
|
$atomtype->id,
|
||||||
32,
|
32,
|
||||||
12,
|
13,
|
||||||
pack('C5N7', $flags, $pad, $pad, $pad, $pad, 0, 0, 0, $min_width, $min_height, $max_width, $max_height),
|
pack('C5N8', $flags, $pad, $pad, $pad, $pad, 0, 0, 0, $min_width, $min_height, $max_width, $max_height),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue