diff examples/example-drawable/main.c @ 325:cd8b87ddd1e7

examples: bring back to live using CMake
author David Demelier <markand@malikania.fr>
date Sat, 02 Oct 2021 17:47:27 +0200
parents eaab6bd635ab
children 570ab19bf268
line wrap: on
line diff
--- a/examples/example-drawable/main.c	Sat Oct 02 08:33:39 2021 +0200
+++ b/examples/example-drawable/main.c	Sat Oct 02 17:47:27 2021 +0200
@@ -42,7 +42,7 @@
 
 #define W       1280
 #define H       720
-#define PATH(r) util_pathf("%s/mlk-adventure/%s", sys_dir(SYS_DIR_DATA), r)
+#define PATH(r) util_pathf("%s/%s", sys_dir(SYS_DIR_DATA), r)
 
 static struct label help = {
 	.x = 10,