diff options
Diffstat (limited to 'src/bin/evas/evas_cserve2_slave.c')
-rw-r--r-- | src/bin/evas/evas_cserve2_slave.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/evas/evas_cserve2_slave.c b/src/bin/evas/evas_cserve2_slave.c index 963a1dba76..43fc3a5b19 100644 --- a/src/bin/evas/evas_cserve2_slave.c +++ b/src/bin/evas/evas_cserve2_slave.c | |||
@@ -456,6 +456,7 @@ image_load(const char *file, const char *key, const char *shmfile, | |||
456 | 456 | ||
457 | result->w = property.w; | 457 | result->w = property.w; |
458 | result->h = property.h; | 458 | result->h = property.h; |
459 | result->alpha = property.alpha; | ||
459 | 460 | ||
460 | if (property.alpha && property.premul) | 461 | if (property.alpha && property.premul) |
461 | { | 462 | { |