fix xpm loader to be threadable - fixes so much stuff...

fixes ylee's xpm loading issue... it really is just that xpm's didn't
load if you preload/load from a thread... because it wass the only
loader that claimed it couldnt be threaded... which it can be.

@fix
This commit is contained in:
Carsten Haitzler 2019-09-06 14:17:10 +01:00
parent eb25e92770
commit 5e1f2cd68c
1 changed files with 1 additions and 1 deletions

View File

@ -2222,7 +2222,7 @@ static Evas_Image_Load_Func evas_image_load_xpm_func =
(void*) evas_image_load_file_data_xpm,
NULL,
EINA_FALSE,
EINA_FALSE
EINA_TRUE
};
static int