Blame SOURCES/tigervnc-cursor.patch

b0f0da
diff -up tigervnc-1.3.0/vncviewer/Viewport.cxx.cursor tigervnc-1.3.0/vncviewer/Viewport.cxx
b0f0da
--- tigervnc-1.3.0/vncviewer/Viewport.cxx.cursor	2013-12-17 13:28:23.170400013 +0000
b0f0da
+++ tigervnc-1.3.0/vncviewer/Viewport.cxx	2013-12-17 13:29:46.095784064 +0000
b0f0da
@@ -248,7 +248,7 @@ void Viewport::setCursor(int width, int height, const Point& hotspot,
b0f0da
     }
b0f0da
   }
b0f0da
b0f0da
-  if (Fl::belowmouse() == this)
b0f0da
+  if (Fl::belowmouse() == this && cursor)
b0f0da
     window()->cursor(cursor, cursorHotspot.x, cursorHotspot.y);
b0f0da
 }
b0f0da