Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5e3c00fa
Commit
5e3c00fa
authored
Feb 08, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winuser.h: Add missing *LayeredWindow*() prototypes.
parent
e0330145
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
winuser.h
include/winuser.h
+18
-0
No files found.
include/winuser.h
View file @
5e3c00fa
...
...
@@ -2943,6 +2943,21 @@ typedef struct tagICONMETRICSW {
DECL_WINELIB_TYPE_AW
(
ICONMETRICS
)
DECL_WINELIB_TYPE_AW
(
PICONMETRICS
)
DECL_WINELIB_TYPE_AW
(
LPICONMETRICS
)
typedef
struct
tagUPDATELAYEREDWINDOWINFO
{
DWORD
cbSize
;
HDC
hdcDst
;
POINT
CONST
*
pptDst
;
SIZE
CONST
*
psize
;
HDC
hdcSrc
;
POINT
CONST
*
pptSrc
;
COLORREF
crKey
;
BLENDFUNCTION
CONST
*
pblend
;
DWORD
dwFlags
;
RECT
CONST
*
prcDirty
;
}
UPDATELAYEREDWINDOWINFO
,
*
PUPDATELAYEREDWINDOWINFO
;
#endif
/* defined(_WINGDI_) && !defined(NOGDI) */
#define ARW_BOTTOMLEFT 0x0000L
...
...
@@ -3943,6 +3958,8 @@ BOOL WINAPI EnumDisplaySettingsW(LPCWSTR,DWORD,LPDEVMODEW);
BOOL
WINAPI
EnumDisplaySettingsExA
(
LPCSTR
,
DWORD
,
LPDEVMODEA
,
DWORD
);
BOOL
WINAPI
EnumDisplaySettingsExW
(
LPCWSTR
,
DWORD
,
LPDEVMODEW
,
DWORD
);
#define EnumDisplaySettingsEx WINELIB_NAME_AW(EnumDisplaySettingsEx)
BOOL
WINAPI
UpdateLayeredWindow
(
HWND
,
HDC
,
POINT
*
,
SIZE
*
,
HDC
,
POINT
*
,
COLORREF
,
BLENDFUNCTION
*
,
DWORD
);
BOOL
WINAPI
UpdateLayeredWindowIndirect
(
HWND
,
UPDATELAYEREDWINDOWINFO
CONST
*
);
#endif
/* defined(_WINGDI_) && !defined(NOGDI) */
HKL
WINAPI
ActivateKeyboardLayout
(
HKL
,
UINT
);
...
...
@@ -4355,6 +4372,7 @@ BOOL WINAPI GetKeyboardLayoutNameW(LPWSTR);
SHORT
WINAPI
GetKeyState
(
INT
);
HWND
WINAPI
GetLastActivePopup
(
HWND
);
BOOL
WINAPI
GetLastInputInfo
(
PLASTINPUTINFO
);
BOOL
WINAPI
GetLayeredWindowAttributes
(
HWND
,
COLORREF
*
,
BYTE
*
,
DWORD
*
);
HMENU
WINAPI
GetMenu
(
HWND
);
INT
WINAPI
GetMenuItemCount
(
HMENU
);
UINT
WINAPI
GetMenuItemID
(
HMENU
,
INT
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment