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

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