Skip to content

Commit

Permalink
missed from r26663
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26666 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 10, 2020
1 parent 1f9d20e commit 58bb10a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/xpra/client/gtk_base/gtk_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,14 +765,6 @@ def make_hello(self) -> dict:
"icons.max_size" : (128, 128), #limit
})
capabilities["opengl"] = self.opengl_props
from xpra.client import window_backing_base
if self._protocol._conn.socktype=="udp":
#lossy protocol means we can't use delta regions:
log("no delta buckets with udp, since we can drop paint packets")
window_backing_base.DELTA_BUCKETS = 0
updict(capabilities, "encoding", {
"delta_buckets" : window_backing_base.DELTA_BUCKETS,
})
return capabilities


Expand Down

0 comments on commit 58bb10a

Please sign in to comment.