From ff144eeae61cc8ff20b2427d62513e46877031f4 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 15 Feb 2012 11:18:24 +0000 Subject: [PATCH] elementary/theme - + XXX comment SVN revision: 67977 --- legacy/elementary/src/lib/elm_theme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/elementary/src/lib/elm_theme.h b/legacy/elementary/src/lib/elm_theme.h index f5d8795e13..a99ab59dd8 100644 --- a/legacy/elementary/src/lib/elm_theme.h +++ b/legacy/elementary/src/lib/elm_theme.h @@ -307,6 +307,7 @@ EAPI void elm_theme_full_flush(void); * @param theme The name of the theme to use. Format same as the ELM_THEME * environment variable. */ +//XXX: how about changing to elm_theme_set & elm_theme_flush & elm_config_all_flush? EAPI void elm_theme_all_set(const char *theme); /**