projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Changed the GDI driver interface to pass an opaque PHYSDEV pointer
[wine]
/
tools
/
winapi_check
/
win32
/
x11drv.api
1
%long
2
3
BOOL
4
CHAR
5
COLORREF
6
DWORD
7
HANDLE
8
HBITMAP
9
HDC
10
HGDIOBJ
11
HICON
12
HRGN
13
HWND
14
INT
15
LONG
16
LPARAM
17
UINT
18
WPARAM
19
WORD
20
21
%long # --forbidden
22
23
int
24
25
%ptr
26
27
BITMAPINFO *
28
BYTE *
29
DC *
30
CURSORICONINFO *
31
CREATESTRUCTA *
32
DEVICEFONTENUMPROC
33
DEVMODEA *
34
DWORD *
35
HANDLE *
36
INT *
37
LPBYTE
38
LPCVOID
39
LPINT
40
LPLOGFONTW
41
LPPOINT
42
LPRECT
43
LPSIZE
44
LPVOID
45
LPVOID *
46
PIXELFORMATDESCRIPTOR *
47
POINT *
48
RECT *
49
TEXTMETRICW *
50
WINDOWPOS *
51
void *
52
53
%str
54
55
LPCSTR
56
LPSTR
57
58
%wstr
59
60
LPCWSTR
61
LPWSTR
62
63
%void
64
65
void