Re: [PATCH wayland] Don't skip the first directory entry when reading cursors.

2012-07-26 Thread Kristian Høgsberg
On Thu, Jul 26, 2012 at 01:39:48AM -0700, Dima Ryazanov wrote: > I end up missing the "bottom_right_corner" cursor. Yikes, good find. Applied. Kristian > --- > cursor/xcursor.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a/cursor/xcursor.c b/cursor/xcursor.c > index 0fe0440..f082

[PATCH wayland] Don't skip the first directory entry when reading cursors.

2012-07-26 Thread Dima Ryazanov
I end up missing the "bottom_right_corner" cursor. --- cursor/xcursor.c |1 - 1 file changed, 1 deletion(-) diff --git a/cursor/xcursor.c b/cursor/xcursor.c index 0fe0440..f08225c 100644 --- a/cursor/xcursor.c +++ b/cursor/xcursor.c @@ -870,7 +870,6 @@ load_all_cursors_from_dir(const char *pa