Skip to content

Commit

Permalink
missing fake attributes for opengl toolbox test
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 26, 2022
1 parent 5c694b0 commit eb3b5f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xpra/client/gl/window_backend.py
Expand Up @@ -57,6 +57,7 @@ def __init__(self):
self.encoding_defaults = {}
self.get_window_frame_sizes = get_None
self._focused = None
self._remote_server_mode = "seamless"
self.wheel_smooth = False
self.pointer_grabbed = None
def noop(*_args):
Expand All @@ -78,6 +79,8 @@ def send(self, *args):
log("send%s", args)
def get_current_modifiers(self):
return ()
def get_raw_mouse_position(self):
return 0, 0
def get_mouse_position(self):
return 0, 0
def server_ok(self):
Expand Down

0 comments on commit eb3b5f5

Please sign in to comment.