commit | 96190f77b9dbc63fb2cafd3a3fa2eabe266d5dce | [log] [tgz] |
---|---|---|
author | MikoĊaj Zalewski <mikolaj@zalewski.pl> | Sat May 13 21:22:44 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon May 15 14:45:24 2006 +0200 |
tree | 13c5180a8dc838147a266b451fe922dacd2c1109 | |
parent | 25d66de3588f96a0442dd6dada2cf972949fa596 [diff] |
comctl32: header: Mark the callback items in a mask. Mark the callback items in the callbackMask HEADER_ITEM field. The pszText for callback texts is now NULL what simplifies some checks. Checks for lpItem->pszText==emptyString are also not needed as emptyString is not stored in lpItem but used as a parameter to Str_SetPtr (I haven't noticed it).