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

This commit is contained in:
Vaxry 2024-10-19 16:09:46 +01:00
parent 904f9b6aee
commit 48bf32c5de
2 changed files with 26 additions and 1 deletions

View file

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