mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
win32: add DWMWA_VISIBLE_FRAME_BORDER_THICKNESS definition
This commit is contained in:
parent
3045f1458d
commit
1764d772ad
@ -58,10 +58,17 @@ EXTERN_C IMAGE_DOS_HEADER __ImageBase;
|
||||
#define DWMWA_USE_IMMERSIVE_DARK_MODE 20
|
||||
#endif
|
||||
|
||||
#ifndef DWMWA_VISIBLE_FRAME_BORDER_THICKNESS
|
||||
#define DWMWA_VISIBLE_FRAME_BORDER_THICKNESS 37
|
||||
#endif
|
||||
|
||||
//Older MinGW compatibility
|
||||
#ifndef DWMWA_WINDOW_CORNER_PREFERENCE
|
||||
#define DWMWA_WINDOW_CORNER_PREFERENCE 33
|
||||
#endif
|
||||
|
||||
#ifndef DWMWA_SYSTEMBACKDROP_TYPE
|
||||
#define DWMWA_SYSTEMBACKDROP_TYPE 38
|
||||
#endif
|
||||
|
||||
#ifndef DPI_ENUMS_DECLARED
|
||||
typedef enum MONITOR_DPI_TYPE {
|
||||
|
Loading…
Reference in New Issue
Block a user