Re: Introducing xwayland and xf86-video-wlshm

2011-06-21 Thread Corentin Chary
On Tue, Jun 21, 2011 at 7:25 PM, Bill Spitzak wrote: > Corentin Chary wrote: > >> update screen geometry >> -- >> how ? virtualbox have an .. interesting approach to do that. >> >> window geometry >> --- >> X11::_Screen::MoveWindow()     |  wl_shell_resize() >> X11:

Re: Introducing xwayland and xf86-video-wlshm

2011-06-21 Thread Bill Spitzak
Corentin Chary wrote: update screen geometry -- how ? virtualbox have an .. interesting approach to do that. window geometry --- X11::_Screen::MoveWindow() | wl_shell_resize() X11::_Screen::PositionWindow() | wl_shell_move() X11::_Screen::ResizeWindow() |

Re: [PATCH] configure: Use proper equality tests

2011-06-21 Thread Kristian Høgsberg
On Sun, Jun 19, 2011 at 10:16 PM, Cyril Brulebois wrote: > POSIX says equality is tested through the = operator; == is a bashism. Ok, thanks. Kristian > --- >  configure.ac |   22 +++--- >  1 files changed, 11 insertions(+), 11 deletions(-) > > In case a pointer is needed: >  ht

Re: Recursive call of wl_display_iterate via frame callback

2011-06-21 Thread Kristian Høgsberg
On Tue, Jun 21, 2011 at 10:15 AM, Fiedler, Mathias wrote: > Hi, > > while playing around with wayland and the simple-client demo (using EGL) i > ran into issues where simple-client were caught in an endless loop in > wl_display_iterate. The issue seems to be a recursive call of > wl_display_ite

Recursive call of wl_display_iterate via frame callback

2011-06-21 Thread Fiedler, Mathias
Hi, while playing around with wayland and the simple-client demo (using EGL) i ran into issues where simple-client were caught in an endless loop in wl_display_iterate. The issue seems to be a recursive call of wl_display_iterate. The simple-client registers redraw() as a callback function to

Introducing xwayland and xf86-video-wlshm

2011-06-21 Thread Corentin Chary
Hi, I started working a few weeks ago on Xorg hosted mode (X running as a wayland client) which was available at http://cgit.freedesktop.org/~krh/xserver/log/?h=hosted . With krh, we decided to rename it xwayland instead of hosted, mainly because the goal of hosted was to provide an abstract mech