Fixed the compilation using '--enable-fatal' and '--disable-deprecated' options
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 25 Jun 2009 17:32:17 +0000 (19:32 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 26 Jun 2009 11:28:57 +0000 (13:28 +0200)
commit8559b614213c9536e3f788cd2b56c36f19dd866b
tree59eee6e305f54616031f82d6231ac639561cb605
parent47de2971f36db26f249d75ccfe772d230248223d
Fixed the compilation using '--enable-fatal' and '--disable-deprecated' options

* examples/hildon-banner-example.c: Protect deprecated hildon-banner
functions with #ifndef HILDON_DISABLE_DEPRECATED
* examples/hildon-find-toolbar.c: Protect deprecated
HILDON_ICON_SIZE_TOOLBAR with #ifndef HILDON_DISABLE_DEPRECATED
* hildon/hildon-find-toolbar.c: Change deprecated HILDON_ICON_SIZE_TOOLBAR
in favor of HILDON_ICON_PIXEL_SIZE_FINGER
* hildon/hildon-private.h: Unmark hildon_privfate_create_animation() as
deprecated.
* hildon/hildon-stackable-window.c: Added #undef HILDON_DISABLE_DEPRECATED
to allow proper compilation of deprecated functions defined on the header
ChangeLog
examples/hildon-banner-example.c
examples/hildon-icon-sizes-example.c
hildon/hildon-find-toolbar.c
hildon/hildon-private.h
hildon/hildon-stackable-window.c