Re: [PATCH weston] shell: Implement wl_notification_daemon

2013-03-17 Thread Pier Luigi
Wouldn't be better to use struct wl_notification_daemon pointers instead of struct desktop_shell? 2013/3/14 Quentin Glidic : > From: Quentin Glidic > > Implement the "bubbles list" style notifications. > Corner anchor, margin and order can be changed in the configuration. > > Signed-off-by: Quent

[PATCH weston] shell: Implement wl_notification_daemon

2013-03-14 Thread Quentin Glidic
From: Quentin Glidic Implement the "bubbles list" style notifications. Corner anchor, margin and order can be changed in the configuration. Signed-off-by: Quentin Glidic --- Rebase on top of current master src/shell.c | 196 +--- weston

[PATCH weston] shell: Implement wl_notification_daemon

2013-02-10 Thread Quentin Glidic
Implement the "bubbles list" style notifications. Corner anchor, margin and order can be changed in the configuration. Signed-off-by: Quentin Glidic --- src/shell.c | 196 +--- weston.ini | 5 ++ 2 files changed, 193 insertions(+), 8 del

[PATCH weston] shell: Implement wl_notification_daemon

2013-01-21 Thread Quentin Glidic
Implement the "bubbles list" style notifications. Corner anchor, margin and order can be changed in the configuration. --- src/shell.c | 195 +--- weston.ini | 5 ++ 2 files changed, 192 insertions(+), 8 deletions(-) diff --git a/src/shel