Re: [PATCH weston] compositor: don't have the backend libraries switch vt

2015-03-03 Thread Giulio Camuffo
Duh, ignore this one. I sent it by mistake, it depends on libweston. 2015-03-03 21:21 GMT+02:00 Giulio Camuffo : > A compositor may want to handle the vt switches itself, for example > to ensure to have a lock screen before switching. To enable that move > the key bindings for the vt switch in the

[PATCH weston] compositor: don't have the backend libraries switch vt

2015-03-03 Thread Giulio Camuffo
A compositor may want to handle the vt switches itself, for example to ensure to have a lock screen before switching. To enable that move the key bindings for the vt switch in the common weston code and add a generic API in libweston to switch vt. --- Makefile.am| 2 +- src/compositor