search for: sb_vert

Displaying 2 results from an estimated 2 matches for "sb_vert".

Did you mean: bb_ver
2001 Sep 04
0
Presumed bug found in SCROLL_GetPtrScrollInfo
...tPtrScrollInfo( WND* wndPtr, INT nBar ) 130 { 131 SCROLLBAR_INFO *infoPtr; 132 HGLOBAL hmem; 133 if (!wndPtr) return NULL; 134 switch(nBar) 135 { 136 case SB_HORZ: infoPtr = (SCROLLBAR_INFO *)wndPtr->pHScroll; break; 137 case SB_VERT: infoPtr = (SCROLLBAR_INFO *)wndPtr->pVScroll; break; 138 /* -- OLD VERSION -- case SB_CTL: infoPtr = (SCROLLBAR_INFO *)wndPtr->wExtra; break; */ 139 case SB_CTL: 140 hmem = (HGLOBAL) wndPtr->wExtra[0]; 141 infoPtr = GlobalLock(hmem);...
2002 Mar 01
4
UI regression
Hi, Earlier this year I "upgraded" from wine 20010510 to 20011226 in order to see if some kind of resource leak was fixed which caused screen redraws to get progressively slower and slower and slower and slower, .... That was fixed but there seemed to be a significant number of graphics and UI regressions. I've just upgraded to 20020228 to see if things were any better and within