From 9f3e3de1847ff7655580c63787980c0e4cd98926 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 3 Nov 2013 00:16:23 +0900 Subject: [PATCH] enable access.h again - but comment it as unstable. --- legacy/elementary/src/lib/Elementary.h.in | 2 +- legacy/elementary/src/lib/Makefile.am | 1 + legacy/elementary/src/lib/elm_access.h | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 8e16d2c668..fc562c44c2 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -166,7 +166,7 @@ EAPI extern Elm_Version *elm_version; #include /* special widgets - types used elsewhere */ -//#include +#include #include #include #include diff --git a/legacy/elementary/src/lib/Makefile.am b/legacy/elementary/src/lib/Makefile.am index 01ebd8db01..c6b31d2539 100644 --- a/legacy/elementary/src/lib/Makefile.am +++ b/legacy/elementary/src/lib/Makefile.am @@ -142,6 +142,7 @@ elc_popup.h \ elc_popup_eo.h \ elc_popup_legacy.h \ elc_popup_common.h \ +elm_access.h \ elm_actionslider.h \ elm_actionslider_eo.h \ elm_actionslider_legacy.h \ diff --git a/legacy/elementary/src/lib/elm_access.h b/legacy/elementary/src/lib/elm_access.h index 3b30128ab4..a14542b07a 100644 --- a/legacy/elementary/src/lib/elm_access.h +++ b/legacy/elementary/src/lib/elm_access.h @@ -2,6 +2,9 @@ * @defgroup Access Access * @ingroup Elementary * + * WARNING! this API is not finalized. It is unstable. - do not use it if + * you want no breaks in future. + * * TODO: description * */