Skip to content

Commit

Permalink
this causes problems on win32 and osx which do not have xid
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10983 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 23, 2015
1 parent d8267c3 commit d05c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/gtk_base/gtk_client_window_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def when_realized(self, identifier, callback, *args):
self.on_realize_cb[identifier] = callback, args

def on_realize(self, widget):
eventslog("on_realize(%s) gdk window=%#x", widget, get_xid(self.get_window()))
eventslog("on_realize(%s) gdk window=%#x", widget, self.get_window())
add_window_hooks(self)
cb = self.on_realize_cb
self.on_realize_cb = {}
Expand Down

0 comments on commit d05c83f

Please sign in to comment.