Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9b9316cf
Commit
9b9316cf
authored
Apr 11, 2017
by
Huw Davies
Committed by
Alexandre Julliard
Apr 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add {Is,Set}ProcessDPIAware().
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
0a71d4fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
winuser.h
include/winuser.h
+5
-1
No files found.
include/winuser.h
View file @
9b9316cf
...
...
@@ -3282,6 +3282,8 @@ typedef struct tagCHANGEFILTERSTRUCT
#define MSGFLT_ALLOW 1
#define MSGFLT_DISALLOW 2
#define USER_DEFAULT_SCREEN_DPI 96
#if defined(_WINGDI_) && !defined(NOGDI)
WINUSERAPI
LONG
WINAPI
ChangeDisplaySettingsA
(
LPDEVMODEA
,
DWORD
);
WINUSERAPI
LONG
WINAPI
ChangeDisplaySettingsW
(
LPDEVMODEW
,
DWORD
);
...
...
@@ -3772,6 +3774,7 @@ WINUSERAPI BOOL WINAPI IsGUIThread(BOOL);
WINUSERAPI
BOOL
WINAPI
IsHungAppWindow
(
HWND
);
WINUSERAPI
BOOL
WINAPI
IsIconic
(
HWND
);
WINUSERAPI
BOOL
WINAPI
IsMenu
(
HMENU
);
WINUSERAPI
BOOL
WINAPI
IsProcessDPIAware
(
void
);
WINUSERAPI
BOOL
WINAPI
IsTouchWindow
(
HWND
,
PULONG
);
WINUSERAPI
BOOL
WINAPI
IsWinEventHookInstalled
(
DWORD
);
WINUSERAPI
BOOL
WINAPI
IsWindow
(
HWND
);
...
...
@@ -3976,9 +3979,10 @@ WINUSERAPI BOOL WINAPI SetMenuItemInfoW(HMENU,UINT,BOOL,const MENUITEMINF
#define SetMenuItemInfo WINELIB_NAME_AW(SetMenuItemInfo)
WINUSERAPI
LPARAM
WINAPI
SetMessageExtraInfo
(
LPARAM
);
WINUSERAPI
BOOL
WINAPI
SetMessageQueue
(
INT
);
WINUSERAPI
HWND
WINAPI
SetParent
(
HWND
,
HWND
);
WINUSERAPI
BOOL
WINAPI
SetProcessDPIAware
(
void
);
WINUSERAPI
BOOL
WINAPI
SetProcessDefaultLayout
(
DWORD
);
WINUSERAPI
BOOL
WINAPI
SetProcessWindowStation
(
HWINSTA
);
WINUSERAPI
HWND
WINAPI
SetParent
(
HWND
,
HWND
);
WINUSERAPI
BOOL
WINAPI
SetPropA
(
HWND
,
LPCSTR
,
HANDLE
);
WINUSERAPI
BOOL
WINAPI
SetPropW
(
HWND
,
LPCWSTR
,
HANDLE
);
#define SetProp WINELIB_NAME_AW(SetProp)
...
...
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