minor fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user