diff options
author | youngsub ko <ys4610.ko@samsung.com> | 2013-03-22 11:46:54 +0900 |
---|---|---|
committer | youngsub ko <ys4610.ko@samsung.com> | 2013-03-22 11:46:54 +0900 |
commit | edb872737d8a3ea871ad64fa3088cb7046e7218e (patch) | |
tree | bd190efac76ef34d16a4b942c78a4a783b69e257 /daemon/notifications/noti.h | |
parent | 6a9e36faaabdcf45e2d76c01e5423819d6734f29 (diff) | |
download | quickpanel-edb872737d8a3ea871ad64fa3088cb7046e7218e.tar.gz quickpanel-edb872737d8a3ea871ad64fa3088cb7046e7218e.tar.bz2 quickpanel-edb872737d8a3ea871ad64fa3088cb7046e7218e.zip |
sync with master branch
Diffstat (limited to 'daemon/notifications/noti.h')
-rwxr-xr-x | daemon/notifications/noti.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/notifications/noti.h b/daemon/notifications/noti.h index a695f22..dbd269c 100755 --- a/daemon/notifications/noti.h +++ b/daemon/notifications/noti.h @@ -18,5 +18,8 @@ #define __NOTI_H__ #include "quickpanel-ui.h" + +#define NOTI_PRESS_BG 0 +#define NOTI_PRESS_BUTTON_1 1 char *quickpanel_noti_get_time(time_t t, char *buf, int buf_len); #endif |