raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=688eb2e5f2dc6791cc12ba43ee409ccc820fad53

commit 688eb2e5f2dc6791cc12ba43ee409ccc820fad53
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sat May 30 12:01:32 2020 +0100

    evas - examples - evas box fix path to png file
---
 src/examples/evas/evas-box.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/evas/evas-box.c b/src/examples/evas/evas-box.c
index 0a2156e5d2..a46fc0de9b 100644
--- a/src/examples/evas/evas-box.c
+++ b/src/examples/evas/evas-box.c
@@ -25,7 +25,7 @@
 #define WIDTH  (640)
 #define HEIGHT (480)
 
-static const char *border_img_path = PACKAGE_EXAMPLES_DIR "/red.png";
+static const char *border_img_path = PACKAGE_EXAMPLES_DIR EVAS_IMAGE_FOLDER 
"/red.png";
 
 static const char *commands = \
   "commands are:\n"

-- 


Reply via email to