Blame SOURCES/tigervnc-cursor.patch

8b1cd8
diff -up tigervnc-1.3.0/vncviewer/Viewport.cxx.cursor tigervnc-1.3.0/vncviewer/Viewport.cxx
8b1cd8
--- tigervnc-1.3.0/vncviewer/Viewport.cxx.cursor	2013-12-17 13:28:23.170400013 +0000
8b1cd8
+++ tigervnc-1.3.0/vncviewer/Viewport.cxx	2013-12-17 13:29:46.095784064 +0000
8b1cd8
@@ -931,7 +931,7 @@ void Viewport::popupContextMenu()
8b1cd8
 
8b1cd8
   // Back to our proper mouse pointer.
8b1cd8
 #ifdef HAVE_FLTK_CURSOR
8b1cd8
-  if (Fl::belowmouse() == this)
8b1cd8
+  if (Fl::belowmouse() == this && cursor)
8b1cd8
     window()->cursor(cursor, cursorHotspot.x, cursorHotspot.y);
8b1cd8
 #endif
8b1cd8