forked from e16/e16
1
0
Fork 0

cursors: Fix e16 theme cursors

The imlib2 context blend parameter is initially set, which could break
EImageRenderOnDrawableARGB(), breaking the e16 theme cursors.

Broken in 1.0.28 (by 1cef4a1044).
This commit is contained in:
Kim Woelders 2023-09-30 17:48:07 +02:00
parent cc090bf706
commit fbe5329ade
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ EImageInit(void)
imlib_context_set_mask_alpha_threshold(Conf.testing.mask_alpha_threshold);
#endif
imlib_context_set_blend(0);
imlib_context_set_anti_alias(0);
imlib_context_set_dither(1);
}