Changeset 1342 for trunk/src/user32/scroll.cpp
- Timestamp:
- Oct 17, 1999, 8:09:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r1333 r1342 1 /* $Id: scroll.cpp,v 1. 9 1999-10-17 12:17:44 cbratschiExp $ */1 /* $Id: scroll.cpp,v 1.10 1999-10-17 18:09:22 sandervl Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 1133 1133 CONV_POINT16TO32( (POINT16 *)&lParam, &pt ); 1134 1134 SCROLL_HandleScrollEvent( hwnd, SB_HORZ, message, pt ); 1135 if(message == WM_MOUSEMOVE) { 1136 return 1; //SvL: Let PM change the mouse cursor to the default 1137 } 1135 1138 } 1136 1139 break; … … 1208 1211 CONV_POINT16TO32( (POINT16 *)&lParam, &pt ); 1209 1212 SCROLL_HandleScrollEvent( hwnd, SB_VERT, message, pt ); 1213 if(message == WM_MOUSEMOVE) { 1214 return 1; //SvL: Let PM change the mouse cursor to the default 1215 } 1210 1216 } 1211 1217 break;
Note:
See TracChangeset
for help on using the changeset viewer.