repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Renamed all LPIMAGE_* types to PIMAGE_*.
[wine/multimedia.git]
/
include
/
pager.h
blob
734214749183c7b98ee4abe8a58e8768ae8dd9c9
1
/*
2
* Pager class extra info
3
*
4
* Copyright 1998 Eric Kohl
5
*/
6
7
#ifndef __WINE_PAGER_H
8
#define __WINE_PAGER_H
9
10
11
typedef
struct
tagPAGER_INFO
12
{
13
HWND32 hwndChild
;
14
COLORREF clrBk
;
15
INT32 nBorder
;
16
INT32 nButtonSize
;
17
INT32 nPos
;
18
BOOL32 bForward
;
19
20
INT32 nChildSize
;
21
22
}
PAGER_INFO
;
23
24
25
extern
void
PAGER_Register
(
void
);
26
27
#endif
/* __WINE_PAGER_H */