devilhorns pushed a commit to branch master.
commit 4dfb49a06e0494ded3314af096d492a11d54cc12
Author: Chris Michael <[email protected]>
Date: Tue Aug 6 12:38:48 2013 +0100
Add desktop_ready request to desktop_shell interface.
Fix desktop_shell events for recent protocol changes.
Bump number of desktop_shell requests.
Signed-off-by: Chris Michael <[email protected]>
---
src/modules/wl_desktop_shell/e_desktop_shell_protocol.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/modules/wl_desktop_shell/e_desktop_shell_protocol.c
b/src/modules/wl_desktop_shell/e_desktop_shell_protocol.c
index 98d56a1..bd7b6a8 100644
--- a/src/modules/wl_desktop_shell/e_desktop_shell_protocol.c
+++ b/src/modules/wl_desktop_shell/e_desktop_shell_protocol.c
@@ -34,17 +34,18 @@ static const struct wl_message e_desktop_shell_requests[] =
{
{ "set_lock_surface", "o", types + 5 },
{ "unlock", "", types + 0 },
{ "set_grab_surface", "o", types + 6 },
+ { "desktop_ready", "2", types + 0 },
};
static const struct wl_message e_desktop_shell_events[] = {
- { "configure", "uoii", types + 7 },
- { "prepare_lock_surface", "", types + 0 },
- { "grab_cursor", "u", types + 0 },
+ { "configure", "2uoii", types + 7 },
+ { "prepare_lock_surface", "2", types + 0 },
+ { "grab_cursor", "2u", types + 0 },
};
WL_EXPORT const struct wl_interface e_desktop_shell_interface = {
- "e_desktop_shell", 1,
- 5, e_desktop_shell_requests,
+ "e_desktop_shell", 2,
+ 6, e_desktop_shell_requests,
3, e_desktop_shell_events,
};
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk