ChangeSet ID: 18308 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/06/20 09:12:39 Modified files: dlls/user/tests: menu.c dlls/user : menu.c Log message: Rein Klazes <wijn(a)wanadoo.nl> Owner drawn menu item size calculation fixes: - Correct width calculation of owner drawn menu items; - Set the height value in the MEASUREITEM struct to the same value as Windows (NT/2k/XP) does (problem debugged by Felix Nawothnig); - Add tests for the fixes above; - Also add tests for menu bars with owner drawn items. Patch: http://cvs.winehq.org/patch.py?id=18308 Old revision New revision Changes Path 1.2 1.3 +91 -38 wine/dlls/user/tests/menu.c 1.28 1.29 +23 -26 wine/dlls/user/menu.c