Skip to content

Commit

Permalink
the window mixin requires this one
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 23, 2023
1 parent b30a327 commit f2dd74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/source/encodings_mixin.py
Expand Up @@ -36,7 +36,7 @@ class EncodingsMixin(StubSourceMixin):

@classmethod
def is_needed(cls, caps : typedict) -> bool:
return bool(caps.strtupleget("encodings"))
return bool(caps.strtupleget("encodings")) or caps.boolget("windows")

def init_state(self):
#contains default values, some of which may be supplied by the client:
Expand Down

0 comments on commit f2dd74b

Please sign in to comment.