Skip to content

Commit

Permalink
add explanation for the weird behaviour I have seen
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8307 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 27, 2014
1 parent 78cd544 commit b75391c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xpra/x11/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ def configure_window(self, win, x, y, w, h, resize_counter=0):
model.geom = new_geom
if not self.visible(win):
model.shown = True
#Note: this will fire a metadata change event, which will fire a message to the client(s),
#which is wasteful when we only have one client and it is the one that configured the window,
#but when we have multiple clients, this keeps things in sync
win.set_property("iconic", False)
if win.ownership_election():
#window has been configured already
Expand Down

0 comments on commit b75391c

Please sign in to comment.