Re: [protocol PATCH v3 2/2] add maximised protocol

2012-01-15 Thread Pekka Paalanen
On Mon, 16 Jan 2012 01:20:52 +0800 juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > add a request from the client to notify the compositor the maximised > operation. The compositor will send a configure event back to the > client > > Signed-off-by: Juan Zhao > Signed-off-by: Zhiwen Wu

Re: [protocol PATCH v3 1/2] add parameters to fullscreen

2012-01-15 Thread Pekka Paalanen
On Mon, 16 Jan 2012 01:20:51 +0800 juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > Map the surface as a fullscreen surface. Four types are supported. > "default" means the client has no preference on fullscreen > behavior, policies are determined by compositor. > Th

how can i run the xorg under the wayland

2012-01-15 Thread wayland
Dear All: i want to run xorg under the wayland as a wayland-client, and i download the xorg in the git://people.freedesktop.org/~krh/xserver and the intel video in the: git://people.freedesktop.org/~krh/xf86-video-intel when i run the xorg , i get the error: [ 1955.177] (EE) XKB: Couldn't o

Re: [PATCH] evdev: Correct warning on missing input devices

2012-01-15 Thread Kristian Høgsberg
On Sat, Jan 14, 2012 at 9:58 AM, Olivier Le Thanh Duong wrote: > Hi, > > the warning message displayed when weston can't read /dev/input/event* > is a bit misleading, the attached path correct that. Yup, thanks. Kristian > Regards, >   Olivier > > -- > Olivier Lê Thanh Duong > > __

[PATCH v3 4/4] add fullscreen test code

2012-01-15 Thread juan . j . zhao
From: Juan Zhao F12:Force mode F11:Scale mode F10:Fill mode F09:Maximised F08:set_toplevel to reset Signed-off-by: Juan Zhao Signed-off-by: Zhiwen Wu --- clients/Makefile.am |5 +- clients/simple-fullscreen.c | 622 +++ clients/window.c

[PATCH v3 3/4] add set_maximised implementation

2012-01-15 Thread juan . j . zhao
From: Juan Zhao Signed-off-by: Juan Zhao Signed-off-by: Zhiwen Wu --- src/shell.c | 43 ++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/src/shell.c b/src/shell.c index d19b449..c728c5f 100644 --- a/src/shell.c +++ b/src/shell.c @@ -

[PATCH v3 2/4] add detailed implementation for fullscreen support

2012-01-15 Thread juan . j . zhao
From: Juan Zhao Signed-off-by: Juan Zhao Signed-off-by: Zhiwen Wu --- src/compositor-drm.c | 163 + src/compositor.c | 219 +++--- src/shell.c | 20 + 3 files changed, 372 insertions(+), 30 del

[PATCH v3 1/4] add fullscreen interface update

2012-01-15 Thread juan . j . zhao
From: Juan Zhao mainly update shell part here Signed-off-by: Juan Zhao Signed-off-by: Zhiwen Wu --- src/compositor.c |4 +- src/compositor.h | 21 ++- src/shell.c | 59 ++--- 3 files changed, 64 insertions(+), 20 del

[protocol PATCH v3 2/2] add maximised protocol

2012-01-15 Thread juan . j . zhao
From: Juan Zhao add a request from the client to notify the compositor the maximised operation. The compositor will send a configure event back to the client Signed-off-by: Juan Zhao Signed-off-by: Zhiwen Wu --- protocol/wayland.xml |5 + 1 files changed, 5 insertions(+), 0 deletions(

[protocol PATCH v3 1/2] add parameters to fullscreen

2012-01-15 Thread juan . j . zhao
From: Juan Zhao Map the surface as a fullscreen surface. Four types are supported. "default" means the client has no preference on fullscreen behavior, policies are determined by compositor. The compositor will send a configure event to the client. "scale" means th