We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea513b commit 6002f01Copy full SHA for 6002f01
OpenGlass/uDwmProjection.hpp
@@ -788,7 +788,7 @@ namespace OpenGlass::uDwm
788
{
789
visual = reinterpret_cast<CCanvasVisual* const*>(this)[34];
790
}
791
- else if (os::buildNumber < os::build_w11_22h2)
+ else if (os::buildNumber < os::build_w11_24h2)
792
793
visual = reinterpret_cast<CCanvasVisual* const*>(this)[36];
794
@@ -842,7 +842,7 @@ namespace OpenGlass::uDwm
842
843
visual = reinterpret_cast<CVisual* const*>(this)[70];
844
845
846
847
visual = reinterpret_cast<CVisual* const*>(this)[74];
848
0 commit comments