foreign-toplevel: don't send updates to X11 OR windows

This commit is contained in:
Vaxry
2024-10-19 16:09:39 +01:00
parent e5d3a71263
commit 904f9b6aee
2 changed files with 25 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ class CForeignToplevelProtocol : public IWaylandProtocol {
private:
void onManagerResourceDestroy(CForeignToplevelList* mgr);
void destroyHandle(CForeignToplevelHandle* handle);
bool windowValidForForeign(PHLWINDOW pWindow);
//
std::vector<UP<CForeignToplevelList>> m_vManagers;