From: hermet Date: Wed, 7 Mar 2012 15:09:05 +0000 (+0000) Subject: elementary - renamed elm_fonts.h to elm_font.h X-Git-Tag: REL_F_I9500_20120323_1~17^2~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3db6d3ebb5df3467cccd8dc9ec5d8d11b84a5b8;p=framework%2Fuifw%2Felementary.git 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 --- 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