Skip to content

Commit

Permalink
aslo check for the unpremultiply_argb_in_place cython code since we w…
Browse files Browse the repository at this point in the history
…ill need it

git-svn-id: https://xpra.org/svn/Xpra/trunk@4152 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 12, 2013
1 parent fefea12 commit af88f1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xpra/client/gtk2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def get_core_encodings(self):
#check for bytearray which is used by PixmapBacking
#to unpremultiply rgb32 data
bytearray("")
from xpra.codecs.argb.argb import unpremultiply_argb_in_place
assert unpremultiply_argb_in_place
encodings.append("rgb32")
except:
pass
Expand Down

0 comments on commit af88f1d

Please sign in to comment.