forked from qtile/qtile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use
decode_to_image_surface
for images
cairo 1.18.2 broke the `Img` object as we tried to create images using `ImageSurface.create_from_png` first. However, `cairocffi.pixbuf.decode_to_image_surface` seems to work for all formats so we can just use that. Fixed qtile#4987
- Loading branch information
1 parent
aa59dac
commit 52d920a
Showing
2 changed files
with
6 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters