Skip to content

Commit

Permalink
#1838: ugly dependency fix
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19466 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 26, 2018
1 parent 4ccf7bd commit aa649cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/x11/x11_server_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(self):
self.pointer_device = XTestPointerDevice()
self.touchpad_device = None
self.pointer_device_map = {}
self.keys_pressed = {}
self.last_mouse_user = None
GTKServerBase.__init__(self)

Expand Down

0 comments on commit aa649cf

Please sign in to comment.