Changeset 2380 for trunk/include
- Timestamp:
- Jan 9, 2000, 3:13:13 PM (26 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/scroll.h
r1334 r2380 1 /* $Id: scroll.h,v 1. 5 1999-10-17 12:18:50cbratschi Exp $ */1 /* $Id: scroll.h,v 1.6 2000-01-09 14:13:12 cbratschi Exp $ */ 2 2 3 3 /* … … 23 23 } SCROLLBAR_INFO; 24 24 25 VOID SCROLL_SubclassScrollBars(HWND hwndHorz,HWND hwndVert); 25 VOID SCROLL_DrawScrollBar(HWND hwnd,HDC hdc,INT nBar,BOOL arrows,BOOL interior); 26 LRESULT SCROLL_HandleScrollEvent(HWND hwnd,WPARAM wParam,LPARAM lParam,INT nBar,UINT msg); 26 27 27 28 extern LRESULT WINAPI ScrollBarWndProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam ); -
trunk/include/win/winuser.h
r2353 r2380 1 /* $Id: winuser.h,v 1.2 6 2000-01-07 17:37:02cbratschi Exp $ */1 /* $Id: winuser.h,v 1.27 2000-01-09 14:13:13 cbratschi Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 371 371 #define OIC_PORTRAIT 32517 372 372 #define OIC_LANDSCAPE 32518 373 #define OIC_ WINEICON 32519373 #define OIC_ODINICON 32519 374 374 #define OIC_FOLDER 32520 375 375 #define OIC_FOLDER2 32521
Note:
See TracChangeset
for help on using the changeset viewer.