Re: [PATCH weston] simple-egl: Add keyboard fullscreen toggle

2012-07-30 Thread Kristian Høgsberg
On Fri, Jul 27, 2012 at 05:18:13PM +0300, Ander Conselvan de Oliveira wrote: > Make simple-egl toggle the fullscreen state whenever the key F11 is > pressed. A sync callback is used to stop drawing while the surface has > not received the configure event, to prevent a buffer with the windowed > siz

[PATCH weston] simple-egl: Add keyboard fullscreen toggle

2012-07-27 Thread Ander Conselvan de Oliveira
Make simple-egl toggle the fullscreen state whenever the key F11 is pressed. A sync callback is used to stop drawing while the surface has not received the configure event, to prevent a buffer with the windowed size to be attached to the surface after the set_fullscreen request. --- clients/simple