minor fixes

This commit is contained in:
Matias Fernandez
2024-01-05 14:33:03 -03:00
parent 2bc431f0a8
commit 50df8095fd
4 changed files with 49 additions and 38 deletions

View File

@@ -21,12 +21,14 @@ class ENCODINGS:
raw = 0
zlib = 6
tight = 7
hextile = 5
#zrle = 16
# supported pseudo-encodings
cursor = -239
encodings_priority = [
#ENCODINGS.zrle,
ENCODINGS.hextile,
ENCODINGS.tight,
ENCODINGS.zlib,
ENCODINGS.raw