From b3db6d3ebb5df3467cccd8dc9ec5d8d11b84a5b8 Mon Sep 17 00:00:00 2001 From: hermet Date: Wed, 7 Mar 2012 15:09:05 +0000 Subject: [PATCH] elementary - renamed elm_fonts.h to elm_font.h git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68968 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 2 +- src/lib/Makefile.am | 2 +- src/lib/{elm_fonts.h => elm_font.h} | 0 src/lib/elm_widget.c | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/lib/{elm_fonts.h => elm_font.h} (100%) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 0dbdf8c..4dc3a91 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -196,7 +196,7 @@ EAPI extern Elm_Version *elm_version; #include // OK #include // OK #include // OK -#include // OK +#include // OK #include // OK #include // OK #include // OK diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 0915c00..0d06909 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -79,7 +79,7 @@ elm_finger.h \ elm_flip.h \ elm_flipselector.h \ elm_focus.h \ -elm_fonts.h \ +elm_font.h \ elm_frame.h \ elm_gen.h \ elm_general.h \ diff --git a/src/lib/elm_fonts.h b/src/lib/elm_font.h similarity index 100% rename from src/lib/elm_fonts.h rename to src/lib/elm_font.h diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 6f7ce0a..9a88824 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -1653,7 +1653,7 @@ elm_widget_focus_cycle(Evas_Object *obj, * * @ingroup Widget */ -//XXX: If x, y indicates the elements of the directional vector, +//FIXME: If x, y indicates the elements of the directional vector, //It would be better if these values are the normalized value(float x, float y) //or degree. EINA_DEPRECATED EAPI void -- 2.7.4