Video: X clients, including supertuxkart (XWayland)

2012-05-03 Thread darxus
http://www.chaosreigns.com/wayland/demos/2012-05-03-xwayland.html I'd say X clients work now, with a few substantial problems: 1) Can't type a URL into firefox, chromium, or opera. 2) Resizing an X client crashes. 3) Menus don't work at all. -- "It is better to die on your feet than to live on y

Re: [PATCH] window: use libXcursor for loading pointer images

2012-05-03 Thread Casey Dahlin
On Thu, May 03, 2012 at 01:39:38PM -0400, Kristian Høgsberg wrote: > etc. Obviously we don't want a hard libX11 dependency in weston, but > we could make a libwlcursor library that's just libXcursor with the > Xrender part split out. > I think if we're killing X dependencies, libwlkbmap would be

Re: [PATCH] window: use libXcursor for loading pointer images

2012-05-03 Thread Kristian Høgsberg
On Thu, May 3, 2012 at 12:32 PM, Bill Spitzak wrote: > I would use this program to dump all the cursors as .png files and then make > Wayland clients read those. Even if C code was written to read the X11 > cursors it would still read them from X11 locations, it would be nice if > Wayland existed

[PATCH] wayland: fix crash when /usr/share/wayland/left_ptr.png is not available

2012-05-03 Thread Shawn Landden
Signed-off-by: Shawn Landden --- gdk/wayland/gdkdevice-wayland.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c index 125563a..8de2ccf 100644 --- a/gdk/wayland/gdkdevice-wayland.c +++ b/gdk/wayland/gdkdevice-wayland.c @

Re: [PATCH] window: use libXcursor for loading pointer images

2012-05-03 Thread Bill Spitzak
I would use this program to dump all the cursors as .png files and then make Wayland clients read those. Even if C code was written to read the X11 cursors it would still read them from X11 locations, it would be nice if Wayland existed and worked without any X11 at all. On 05/03/2012 08:43 AM

Re: [PATCH] window: use libXcursor for loading pointer images

2012-05-03 Thread Kristian Høgsberg
On Thu, May 3, 2012 at 5:29 AM, Ander Conselvan de Oliveira wrote: > --- > This is the code I have for using libXcursor. It would be good to make > it use a single wl_shm_pool, but as long as no animated cursors are > loaded, the number of pools created is the same as before. Thanks Ander, commit

[PATCH] window: use libXcursor for loading pointer images

2012-05-03 Thread Ander Conselvan de Oliveira
--- This is the code I have for using libXcursor. It would be good to make it use a single wl_shm_pool, but as long as no animated cursors are loaded, the number of pools created is the same as before. clients/window.c | 180 - configure.ac

Re: [Patch 3/5 v2] Improve wayland-drm to wayland-gbm to act as generic buffer manager for wayland

2012-05-03 Thread Juan Zhao
On 04/23/2012 06:11 PM, Zhao, Halley wrote: static struct gbm_bo * +gbm_dri_bo_create_from_native_handle(struct gbm_device *gbm, + union gbm_bo_handle handle, void **image , + uint32_t width, uint32_t height, uint32_t stride, +