Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows platform,DWMWINDOWATTRIBUTE::DWMWA_CAPTION_COLOR is not defined #116

Open
SZNero opened this issue Sep 6, 2023 · 1 comment
Open

Comments

@SZNero
Copy link

SZNero commented Sep 6, 2023

Describe the bug
Build on Windows platform with Visual Studio, DWMWINDOWATTRIBUTE::DWMWA_CAPTION_COLOR is not defined.

image

12:06:41:347	13>E:\testProject\cmake\Lumos\Lumos\Source\Lumos\Platform\Windows\WindowsOS.cpp(116,76): error C2065: 'DWMWA_CAPTION_COLOR': undeclared identifier
12:06:41:347	13>E:\testProject\cmake\Lumos\Lumos\Source\Lumos\Platform\Windows\WindowsOS.cpp(117,57): error C2838: 'DWMWA_BORDER_COLOR': illegal qualified name in member declaration
12:06:41:347	13>E:\testProject\cmake\Lumos\Lumos\Source\Lumos\Platform\Windows\WindowsOS.cpp(117,75): error C2065: 'DWMWA_BORDER_COLOR': undeclared identifier
@jmorton06
Copy link
Owner

Didn't realise its a windows 11 only value. Committed a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants