Skip to content

Commit

Permalink
match rfb init change
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19473 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 26, 2018
1 parent b3a3d1f commit 9bcbc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/shadow/shadow_server_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
class ShadowServerBase(RFBServer):

def __init__(self, root_window, capture=None):
RFBServer.__init__(self)
self.capture = capture
self.root = root_window
self.mapped = False
Expand All @@ -45,7 +46,6 @@ def __init__(self, root_window, capture=None):
self.last_cursor_data = None
DamageBatchConfig.ALWAYS = True #always batch
DamageBatchConfig.MIN_DELAY = 50 #never lower than 50ms
RFBServer.init(self)

def init(self, opts):
self._rfb_upgrade = int(opts.rfb_upgrade)
Expand Down

0 comments on commit 9bcbc44

Please sign in to comment.