[COMCTL32] Remove a check for type of pager

Paul Vriens Paul.Vriens at xs4all.nl
Fri Jan 14 14:00:28 CST 2005


Hi,

No reaction on wine-devel, so here it is:

The current code has one check if either PGS_HORZ or PGS_VERT is set.
Both are mutually exclusive so checks in the code should be on the
presence of PGS_HORZ and assume PGS_VERT otherwise. 

The rest of the code checks already for the presence of PGS_HORZ (via
PAGER_IsHorizontal) and does the above mentioned.

Changelog
  remove needless check for horizontal or vertical pager.

Cheers,

Paul.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: pager.diff
Type: text/x-patch
Size: 851 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050114/1e0f90bf/pager.bin


More information about the wine-patches mailing list