diff examples/example-action.c @ 141:4eeeccf2b732

core: add trace/vtrace functions, closes #2493
author David Demelier <markand@malikania.fr>
date Wed, 14 Oct 2020 10:29:53 +0200
parents 453651d76f7c
children c577c15df07f
line wrap: on
line diff
--- a/examples/example-action.c	Tue Oct 13 18:39:35 2020 +0200
+++ b/examples/example-action.c	Wed Oct 14 10:29:53 2020 +0200
@@ -120,7 +120,7 @@
 				.w = MW,
 				.h = MH,
 				.delay = MESSAGE_DELAY_DEFAULT,
-				.flags = MESSAGE_FLAGS_FADEIN | MESSAGE_FLAGS_AUTOMATIC,
+				.flags = MESSAGE_FLAGS_FADEIN,
 				.text = {
 					"Bienvenue dans ce monde Molko."
 				}