Re: [weston, v2, 17/17] configure: add an option to allow building only the libraries

2015-05-10 Thread Pekka Paalanen
On Sat, 9 May 2015 10:09:21 +0300 Giulio Camuffo wrote: > 2015-05-09 3:15 GMT+03:00 Bryce Harrington : > > On Thu, Dec 04, 2014 at 11:01:23PM +0200, Giulio Camuffo wrote: > >> the --enable/disable-weston-binaries emable or disable the creation > >> of the 'weston', 'weston-launch' and all the bin

[PATCH v3] weston-launch: Fixed TTY switching

2015-05-10 Thread mateuszx . potrola
From: Mateusz Polrola After weston-launch is executing weston it cannot close TTY file, because it is still required to properly handle SIGUSR1 and SIGUSR2 signals that are used for switching TTY. Additionally after opening TTY it has to be activated, so that user don't have to manually switch t

Re: [PATCH weston 07/10] tests: Add screenshot recording capability to weston-test

2015-05-10 Thread Bryce Harrington
On Sat, May 09, 2015 at 02:56:54PM +0100, Daniel Stone wrote: > Hi, > > On 7 May 2015 at 01:44, Bryce Harrington wrote: > > +enum weston_test_screenshot_outcome { > > + WESTON_TEST_SCREENSHOT_SUCCESS, > > + WESTON_TEST_SCREENSHOT_NO_MEMORY, > > + WESTON_TEST_SCREENSHOT_BAD_BUFFE

Re: [PATCH weston] man: use Xwayland instead of Xorg

2015-05-10 Thread Bryce Harrington
On Sun, May 10, 2015 at 11:29:33AM +0300, Giulio Camuffo wrote: > --- > man/weston.ini.man | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks, pushed: 0f29923..4a787f8 master -> master > diff --git a/man/weston.ini.man b/man/weston.ini.man > index d7df0e4..fe86bb6 100644 > ---

Re: [PATCH weston] xwm: Fix the window decoration hints.

2015-05-10 Thread Giulio Camuffo
Hi, This seems to work correctly after a brief test, and the code looks fine. Reviewed-By: Giulio Camuffo 2015-05-04 5:56 GMT+03:00 Dima Ryazanov : > Enable all hints by default. This fixes the "Maximize" button in apps that > don't set any hints - e.g., xclock or Firefox. (There's still a prob

Re: [PATCH weston] input: add a weston_pointer_clear_focus() helper function

2015-05-10 Thread Giulio Camuffo
2015-04-17 0:02 GMT+03:00 Derek Foreman : > This adds a function to clear pointer focus and also set the sx,sy > co-ordinates to an arbitrary value we shouldn't compute with. > > Assertions are added to make sure any time pointer focus is set to NULL > these values are used. > > weston_compositor_p

[PATCH weston] man: use Xwayland instead of Xorg

2015-05-10 Thread Giulio Camuffo
--- man/weston.ini.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/weston.ini.man b/man/weston.ini.man index d7df0e4..fe86bb6 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -500,7 +500,7 @@ The terminal shell (string). Sets the $TERM variable. .RE .SH "XW