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

2012-05-08 Thread Rob Bradford
I'll sort this out. Cheers, Rob On 8 May 2012 00:33, Scott Moreau wrote: > > On Mon, May 7, 2012 at 2:46 PM, Kristian Høgsberg > wrote: >> >> On Sat, May 05, 2012 at 06:37:18PM -0700, Shawn Landden wrote: >> >> What we really need here is to make GTK+ use libXcursor as well, as it >> is it rel

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

2012-05-07 Thread Scott Moreau
On Mon, May 7, 2012 at 2:46 PM, Kristian Høgsberg wrote: > On Sat, May 05, 2012 at 06:37:18PM -0700, Shawn Landden wrote: > > What we really need here is to make GTK+ use libXcursor as well, as it > is it relies on the cursors weston used to install. Any takers? > > Kristian Basically, this co

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

2012-05-07 Thread Kristian Høgsberg
On Sat, May 05, 2012 at 06:37:18PM -0700, Shawn Landden wrote: What we really need here is to make GTK+ use libXcursor as well, as it is it relies on the cursors weston used to install. Any takers? Kristian > Signed-off-by: Shawn Landden > --- > gdk/wayland/gdkdevice-wayland.c |3 +++ > 1

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

2012-05-05 Thread Scott Moreau
On Sat, May 5, 2012 at 7:37 PM, Shawn Landden wrote: > > 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

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

2012-05-05 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 @

[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 @