Skip to content

Commit

Permalink
#4201 disable 'scroll' encoding for now
Browse files Browse the repository at this point in the history
(also in this branch)
  • Loading branch information
totaam committed Aug 7, 2024
1 parent 4aa6601 commit 013123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/client/mixins/encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
PAINT_FLUSH = envbool("XPRA_PAINT_FLUSH", True)
MAX_SOFT_EXPIRED = envint("XPRA_MAX_SOFT_EXPIRED", 5)
SEND_TIMESTAMPS = envbool("XPRA_SEND_TIMESTAMPS", False)
SCROLL_ENCODING = envbool("XPRA_SCROLL_ENCODING", True)
SCROLL_ENCODING = envbool("XPRA_SCROLL_ENCODING", False)

# we assume that any server will support at least those:
DEFAULT_ENCODINGS = os.environ.get("XPRA_DEFAULT_ENCODINGS", "rgb32,rgb24,jpeg,png").split(",")
Expand Down

0 comments on commit 013123a

Please sign in to comment.