Wrap adding to fading out

needed to avoid memory safety issues, because sometimes there would be duplicates.
This commit is contained in:
vaxerski
2022-07-25 21:08:54 +02:00
parent cde39e0b6e
commit c998e946aa
4 changed files with 27 additions and 5 deletions

View File

@@ -146,6 +146,8 @@ public:
void moveUnmanagedX11ToWindows(CWindow*);
CWindow* getX11Parent(CWindow*);
void scheduleFrameForMonitor(SMonitor*);
void addToFadingOutSafe(SLayerSurface*);
void addToFadingOutSafe(CWindow*);
std::string explicitConfigPath;