Change-Id: I3d8b2f7c509ffa01bb9eb8e7178a36b2920024dd
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
edbus
elementary
ecore
- edje
eina
)
BuildRequires: pkgconfig(edbus)
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(ecore)
-BuildRequires: pkgconfig(edje)
BuildRequires: pkgconfig(eina)
BuildRequires: cmake
-BuildRequires: edje-tools
Requires(post): /sbin/ldconfig
Requires(post): /usr/bin/sqlite3
requires(postun): /sbin/ldconfig
#include <vconf.h>
#include <Ecore.h>
#include <Elementary.h>
-#include <Edje.h>
#include <Eina.h>
#include <notification.h>
#include <notification_private.h>
#define NOTI_BURST_DELETE_UNIT 10
-static int toast_height;
static Eina_List *toast_list;
static Eina_List *toast_popup;