Skip to content

Commit

Permalink
fix number of arguments
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13581 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 6, 2016
1 parent c12aecb commit 77a3e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/x11/desktop_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def _process_close_window(self, proto, packet):
def set_best_screen_size(self):
return self.root_window.get_size()

def _process_desktop_size(self, packet):
def _process_desktop_size(self, proto, packet):
return

def calculate_desktops(self):
Expand Down

0 comments on commit 77a3e03

Please sign in to comment.