]> git.pld-linux.org Git - packages/tigervnc.git/blame - tigervnc-setcursor-crash.patch
- release 6 (by relup.sh)
[packages/tigervnc.git] / tigervnc-setcursor-crash.patch
CommitLineData
2e5d6664
JR
1diff -up tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc.jx tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc
2--- tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc.jx 2012-08-27 09:02:47.000000000 -0400
3+++ tigervnc-1.2.80-20130314svn5065/unix/xserver/hw/vnc/XserverDesktop.cc 2013-06-17 09:42:14.310725996 -0400
4@@ -479,6 +479,9 @@ void XserverDesktop::setCursor(CursorPtr
5 }
6 } else {
7 #endif
8+ if (!cmap)
9+ return;
10+
11 xColorItem fg, bg;
12 fg.red = cursor->foreRed;
13 fg.green = cursor->foreGreen;
This page took 0.089097 seconds and 4 git commands to generate.