system-controller: add input management
authorJanos Kovacs <jankovac503@gmail.com>
Wed, 8 Jan 2014 21:36:55 +0000 (23:36 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:13 +0000 (18:37 +0200)
commit2fb2fce31593a46a9d8476f6e3f105739d1f3188
tree001fece45dcd1a33766f59461db51c21b6b11f7f
parent7eb2d9f0d2bc95253f854dacc9b710f210405b3c
system-controller: add input management

Change-Id: I7335130c15d7bc9f3d348bd3cca134b66b508802
21 files changed:
packaging.in/murphy.lua
src/Makefile.am
src/plugins/system-controller/data-types.h
src/plugins/system-controller/wayland/code.c [new file with mode: 0644]
src/plugins/system-controller/wayland/code.h [new file with mode: 0644]
src/plugins/system-controller/wayland/ico-input-manager.c
src/plugins/system-controller/wayland/ico-window-manager.c
src/plugins/system-controller/wayland/input-manager.h
src/plugins/system-controller/wayland/input.c [new file with mode: 0644]
src/plugins/system-controller/wayland/input.h [new file with mode: 0644]
src/plugins/system-controller/wayland/layer.c
src/plugins/system-controller/wayland/scripting-code.c [new file with mode: 0644]
src/plugins/system-controller/wayland/scripting-input-manager.c [new file with mode: 0644]
src/plugins/system-controller/wayland/scripting-input.c [new file with mode: 0644]
src/plugins/system-controller/wayland/scripting-wayland.c
src/plugins/system-controller/wayland/scripting-wayland.h
src/plugins/system-controller/wayland/scripting-window-manager.c
src/plugins/system-controller/wayland/wayland.c
src/plugins/system-controller/wayland/wayland.h
src/plugins/system-controller/wayland/window-manager.h
src/plugins/system-controller/wayland/window.c