Paste P613

Masterwork From Distant Lands
ActivePublic

Authored by davidedmundson on Jun 30 2020, 1:55 PM.
diff --git a/unmanaged.cpp b/unmanaged.cpp
index 334e69fbd..3c3f9e2f8 100644
--- a/unmanaged.cpp
+++ b/unmanaged.cpp
@@ -69,6 +69,7 @@ bool Unmanaged::track(xcb_window_t w)
setWindowHandles(w); // the window is also the frame
Xcb::selectInput(w, attr->your_event_mask | XCB_EVENT_MASK_STRUCTURE_NOTIFY | XCB_EVENT_MASK_PROPERTY_CHANGE);
m_frameGeometry = geo.rect();
+ m_clientGeometry = geo.rect();
checkScreen();
m_visual = attr->visual;
bit_depth = geo->depth;
davidedmundson edited the content of this paste. (Show Details)Jun 30 2020, 1:55 PM
davidedmundson changed the title of this paste from untitled to Masterwork From Distant Lands.