Re: [PATCH weston 1/3] compositor: Add debug key bindings infrastructure

2012-11-08 Thread Kristian Høgsberg
On Thu, Nov 08, 2012 at 05:20:45PM +0200, Ander Conselvan de Oliveira wrote: > Add the concept of debug key bindings, that are bindings that activate > debug features in the compositor. The bindings are added to a list in > the compositor, but the triggering them is left to the shell. > > On the s

[PATCH weston 1/3] compositor: Add debug key bindings infrastructure

2012-11-08 Thread Ander Conselvan de Oliveira
Add the concept of debug key bindings, that are bindings that activate debug features in the compositor. The bindings are added to a list in the compositor, but the triggering them is left to the shell. On the shell side, a global debug key binding is added. When the user presses mod-shift-space,