Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
+/* 16x3 8-bit dds */
According to ok()s below it's actually 16x4.
+ ok(info.Width == 16, "Got width %u.\n", info.Width);
+ ok(info.Height == 4, "Got height %u.\n", info.Height);
--
Dmitry.