Trackbar size fixes

Duane Clark dclark at akamail.com
Fri Aug 1 12:31:22 CDT 2003


BiGgUn wrote:
>>As BiGgUn suggests, in TRACKBAR_InitializeThumb, setting:
>>     infoPtr->uThumbLen = 21;
> 
> 
> In this case 21 is a magic number. In fact, infoPtr->uThumbLen equals SM_CYCAPTION.
> 

 From the Wine include file:

winuser.h:#define SM_CYCAPTION         4

So I don't think we want to use that value.




More information about the wine-devel mailing list