Changeset 238 for trunk/src/helpers/comctl.c
- Timestamp:
- Dec 24, 2002, 8:44:35 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/comctl.c
r233 r238 1182 1182 // switch static to icon mode 1183 1183 pa->ulFlags = ANF_ICON; 1184 return (pa);1184 return pa; 1185 1185 } 1186 1186 … … 1301 1301 BOOL ctlStopAnimation(HWND hwndStatic) 1302 1302 { 1303 return (WinStopTimer(WinQueryAnchorBlock(hwndStatic), hwndStatic, 1));1303 return WinStopTimer(WinQueryAnchorBlock(hwndStatic), hwndStatic, 1); 1304 1304 } 1305 1305 … … 1376 1376 if (fPreserveProportions) 1377 1377 pa->ulFlags |= ANF_PROPORTIONAL; 1378 return (pa);1378 return pa; 1379 1379 } 1380 1380
Note:
See TracChangeset
for help on using the changeset viewer.