question about pixmap in wayland?

2011-06-19 Thread Zhao, Juan J
Hi guys, How will the offscreen render buffer behave? (for example pixmap?) Maybe in wayland, there will be no offscreen? Or all the clients will be offscreen? Is the pixmap of the window shared for all the clients? Or only shared to the compositor? -- *^_^* Many thanks & Best Reg

Re: [PATCH][demos] COPYING: Gather all copyright/license notices

2011-06-19 Thread Cyril Brulebois
Cyril Brulebois (16/06/2011): > --- > COPYING | 97 > +++ > 1 files changed, 97 insertions(+), 0 deletions(-) > create mode 100644 COPYING > > Introducing packages in Debian usually means checking licenses, and > since there was jus

[PATCH] configure: Use proper equality tests

2011-06-19 Thread Cyril Brulebois
POSIX says equality is tested through the = operator; == is a bashism. --- configure.ac | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-) In case a pointer is needed: http://pubs.opengroup.org/onlinepubs/95399/utilities/test.html diff --git a/configure.ac b/

[PATCH][demos] configure: Make sure WAYLAND_SCANNER_RULES is defined

2011-06-19 Thread Cyril Brulebois
If wayland-scanner.m4 is missing, the WAYLAND_SCANNER_RULES macro is undefined, and this token ends up in the generated configure script. This makes autogen.sh (or autoreconf) succeed, but configure fail. Catch that at configure time, making sure the macro was expanded: | configure.ac:111: error:

Wayland's client protocol header is not self contained

2011-06-19 Thread Michael Hasselmann
Hi, while trying to build the Wayland support for Qt, I noted that the generated (and exported) client protocol header is not self contained. Attached is a simple fix, though I haven't checked whether the server protocol header would need similar treatment. regards, Michael >From df9af09af8104b71