<br><br><div class="gmail_quote">On Sat, May 5, 2012 at 7:37 PM, Shawn Landden <span dir="ltr">&lt;<a href="mailto:shawnlandden@gmail.com" target="_blank">shawnlandden@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Signed-off-by: Shawn Landden &lt;<a href="mailto:shawnlandden@gmail.com">shawnlandden@gmail.com</a>&gt;<br>
---<br>
 gdk/wayland/gdkdevice-wayland.c |    3 +++<br>
 1 file changed, 3 insertions(+)<br>
<br>
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c<br>
index 125563a..8de2ccf 100644<br>
--- a/gdk/wayland/gdkdevice-wayland.c<br>
+++ b/gdk/wayland/gdkdevice-wayland.c<br>
@@ -164,6 +164,9 @@ gdk_device_core_set_window_cursor (GdkDevice *device,<br>
       /* FIXME: Is this the best sensible default ? */<br>
       cursor = _gdk_wayland_display_get_cursor_for_type (device-&gt;display,<br>
                                                          GDK_LEFT_PTR);<br>
+      /* above returns NULL if it can&#39;t find the specified cursor */<br>
+      if (!cursor)<br>
+        return;<br>
     }<br>
<br>
   buffer = _gdk_wayland_cursor_get_buffer(cursor, &amp;x, &amp;y);<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.9.5<br>
<br></font></span></blockquote><div><br>Didn&#39;t you already submit this 2 days ago? <a href="http://lists.freedesktop.org/archives/wayland-devel/2012-May/003237.html">http://lists.freedesktop.org/archives/wayland-devel/2012-May/003237.html</a> and now again <a href="http://lists.freedesktop.org/archives/wayland-devel/2012-May/003271.html">http://lists.freedesktop.org/archives/wayland-devel/2012-May/003271.html</a><br>
<br>Unless you are submitting a new change to your previous patch, you only need to submit it one time.<br><br><br><br>Thanks,<br><br>Scott<br></div></div><br>