windows on top of fullscreen, lastmonitor fixes

This commit is contained in:
vaxerski 2022-03-30 20:16:23 +02:00
parent e49657f0f9
commit f794c91293
6 changed files with 45 additions and 5 deletions

View file

@ -45,6 +45,9 @@ public:
bool m_bIsMapped = false;
// This is for fullscreen apps
bool m_bCreatedOverFullscreen = false;
// XWayland stuff
bool m_bIsX11 = false;
bool m_bMappedX11 = false;