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:
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() |
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
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
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
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