From 92fb0e9e3963dc0a2e697899c33f8ebf74c418c7 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Wed, 4 May 2011 16:16:43 -0400 Subject: meego-tablet-shell: Add requests to let ux-daemon ask for appgrid or panels --- compositor/meego-tablet-shell.c | 18 ++++++++++++++++++ protocol/meego-tablet.xml | 8 ++++++++ 2 files changed, 26 insertions(+) diff --git a/compositor/meego-tablet-shell.c b/compositor/meego-tablet-shell.c index 12cb440c..3c3eec6a 100644 --- a/compositor/meego-tablet-shell.c +++ b/compositor/meego-tablet-shell.c @@ -316,6 +316,22 @@ tablet_shell_set_homescreen(struct wl_client *client, fprintf(stderr, "set home screen\n"); } +static void +tablet_shell_show_grid(struct wl_client *client, + struct meego_tablet_shell *shell, + struct wl_surface *surface) +{ + fprintf(stderr, "tablet_shell_show_grid\n"); +} + +static void +tablet_shell_show_panels(struct wl_client *client, + struct meego_tablet_shell *shell, + struct wl_surface *surface) +{ + fprintf(stderr, "tablet_shell_show_panels\n"); +} + static void destroy_tablet_client(struct wl_resource *resource, struct wl_client *client) { @@ -386,6 +402,8 @@ static const struct meego_tablet_shell_interface tablet_shell_interface = { tablet_shell_set_lockscreen, tablet_shell_set_switcher, tablet_shell_set_homescreen, + tablet_shell_show_grid, + tablet_shell_show_panels, tablet_shell_create_client }; diff --git a/protocol/meego-tablet.xml b/protocol/meego-tablet.xml index 9815b889..feceb6bf 100644 --- a/protocol/meego-tablet.xml +++ b/protocol/meego-tablet.xml @@ -13,6 +13,14 @@ + + + + + + + + -- cgit v1.2.3