session_recovery: Add wayland extension protocol prototype for session recovery
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 20 Mar 2015 18:07:43 +0000 (19:07 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 29 Jun 2015 15:02:28 +0000 (17:02 +0200)
commitdf041fe77b5ee660b430ee63b3941911636fd196
treec0c31364d4bbf3a17cc25c9203ba130a3cfd3733
parent0522053dd1960647fdce541e56453a59d1238908
session_recovery: Add wayland extension protocol prototype for session recovery

Like with all other wayland protocols I add the files generated with wayland
scanner here. Also the xml so we have the source around for updating and
modifications. We might want to think about wayland-scanner support in our build
system but this works for now.

The protocol prototype is hold simple and does only have a uuid signal and provide
call to handle the uuid assignment from compositor to app and app providing its
uuid if present already.
src/bin/Makefile.mk
src/bin/session-recovery-protocol.c [new file with mode: 0644]
src/bin/session-recovery-server-protocol.h [new file with mode: 0644]
src/bin/session-recovery.xml [new file with mode: 0644]