Yet another attempt at fixing CW_USEDEFAULT handling.
[wine.git] / include / pager.h
blob0cc905771883a2b21906a9f013a100f476c41640
1 /*
2 * Pager class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_PAGER_H
8 #define __WINE_PAGER_H
10 #include "windef.h"
11 #include "wingdi.h"
13 typedef struct tagPAGER_INFO
15 HWND hwndChild;
16 COLORREF clrBk;
17 INT nBorder;
18 INT nButtonSize;
19 INT nPos;
20 BOOL bForward;
22 INT nChildSize;
24 } PAGER_INFO;
27 extern VOID PAGER_Register (VOID);
28 extern VOID PAGER_Unregister (VOID);
30 #endif /* __WINE_PAGER_H */