diff options
Diffstat (limited to 'src/bin/evas/evas_cserve2_shm_debug.c')
-rw-r--r-- | src/bin/evas/evas_cserve2_shm_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/evas/evas_cserve2_shm_debug.c b/src/bin/evas/evas_cserve2_shm_debug.c index 27112180ec..18b87c4d03 100644 --- a/src/bin/evas/evas_cserve2_shm_debug.c +++ b/src/bin/evas/evas_cserve2_shm_debug.c | |||
@@ -431,7 +431,7 @@ _files_all_print_all(void) | |||
431 | _shared_string_get(fd->path), _shared_string_get(fd->key)); | 431 | _shared_string_get(fd->path), _shared_string_get(fd->key)); |
432 | printf("LoadOpts: Region: %d,%d-%dx%d\n", | 432 | printf("LoadOpts: Region: %d,%d-%dx%d\n", |
433 | fd->lo.region.x, fd->lo.region.y, fd->lo.region.w, fd->lo.region.h); | 433 | fd->lo.region.x, fd->lo.region.y, fd->lo.region.w, fd->lo.region.h); |
434 | if (!EINA_DBL_CMP(fd->lo.dpi, 0)) | 434 | if (!EINA_DBL_EQ(fd->lo.dpi, 0)) |
435 | printf(" DPI: %f\n"); | 435 | printf(" DPI: %f\n"); |
436 | else | 436 | else |
437 | printf(" DPI: 0\n"); | 437 | printf(" DPI: 0\n"); |
@@ -519,7 +519,7 @@ _images_all_print_full(void) | |||
519 | printf(" height %d\n", id->opts.emile.h); | 519 | printf(" height %d\n", id->opts.emile.h); |
520 | printf(" degree %d\n", id->opts.emile.degree); | 520 | printf(" degree %d\n", id->opts.emile.degree); |
521 | printf(" scale_down_by %d\n", id->opts.emile.scale_down_by); | 521 | printf(" scale_down_by %d\n", id->opts.emile.scale_down_by); |
522 | if (!EINA_DBL_CMP(id->opts.emile.dpi, 0.0)) | 522 | if (!EINA_DBL_EQ(id->opts.emile.dpi, 0.0)) |
523 | printf(" dpi %.2f\n", id->opts.emile.dpi); | 523 | printf(" dpi %.2f\n", id->opts.emile.dpi); |
524 | else | 524 | else |
525 | printf(" dpi 0\n"); | 525 | printf(" dpi 0\n"); |