| commit | b34868dffa0df144ea9d6e1586a67cff70ae9c4e | [log] [tgz] |
|---|---|---|
| author | Rein Klazes <wijn@wanadoo.nl> | Tue Jan 03 13:23:28 2006 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 03 13:23:28 2006 +0100 |
| tree | 20b112114b119ebfe04b6fa7a9ca36a28de4cd53 | |
| parent | f824852b2662177adebee2445d4a715b1399c329 [diff] |
user32: Separate menu bitmaps and strings. Store bitmaps and bitmaps always in separate fields in the internal menu structure. Get rid of a lot of assumptions in the code that the menu can have strings only when it is not some other type and that bitmaps come in two flavors. Add a lot of conformance tests, including some submitted by Jason Edmeades.