summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Wl2.am
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-05-05 10:45:59 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-05-05 10:49:31 -0400
commit9d5caf00b624b149b01fc689f3e16c2ff3469335 (patch)
tree8194b3b2e5c53736959be8e53caed0234af41c1a /src/Makefile_Ecore_Wl2.am
parent0231800b60c7bab5162db8c04b815b884ecd36ab (diff)
downloadefl-9d5caf00b624b149b01fc689f3e16c2ff3469335.tar.gz
wayland: implement session recovery
add support for reconnecting wayland applications if the compositor dies disconnect -> destroy gl ctx + image textures -> block rendering -> reconnect -> create gl ctx -> create image textures -> unblock rendering -> sprinkle special seasoning on top -> just like ma used to make #SamsungFeatures @feature
Diffstat (limited to 'src/Makefile_Ecore_Wl2.am')
-rw-r--r--src/Makefile_Ecore_Wl2.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Ecore_Wl2.am b/src/Makefile_Ecore_Wl2.am
index 8a55a2d7d0..9bf375e5a0 100644
--- a/src/Makefile_Ecore_Wl2.am
+++ b/src/Makefile_Ecore_Wl2.am
@@ -8,8 +8,8 @@ installed_ecorewl2mainheadersdir = $(includedir)/ecore-wl2-@VMAJ@
dist_installed_ecorewl2mainheaders_DATA = lib/ecore_wl2/Ecore_Wl2.h
lib_ecore_wl2_libecore_wl2_la_SOURCES = \
-lib/ecore_wl2/session-recovery-client-protocol.h \
-lib/ecore_wl2/session-recovery-protocol.c \
+lib/ecore_wl2/session-recovery.h \
+lib/ecore_wl2/session-recovery.c \
lib/ecore_wl2/subsurface-client-protocol.h \
lib/ecore_wl2/subsurface-protocol.c \
lib/ecore_wl2/xdg-shell-client-protocol.h \