Skip to content

Commit 4b2bfbd

Browse files
authored
xwayland: fix game permanent blackscreen (#11542)
1 parent 4e86575 commit 4b2bfbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xwayland/XSurface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ void CXWaylandSurface::configure(const CBox& box) {
195195
void CXWaylandSurface::activate(bool activate) {
196196
if (m_overrideRedirect && !activate)
197197
return;
198+
setWithdrawn(false);
198199
g_pXWayland->m_wm->activateSurface(m_self.lock(), activate);
199200
}
200201

0 commit comments

Comments
 (0)