]> git.pld-linux.org Git - packages/tigervnc.git/blob - tigervnc-setcursor-crash.patch
- added patches from fedora (getmaster, setcursor-crash, zrle-crash, xserver-1.15)
[packages/tigervnc.git] / tigervnc-setcursor-crash.patch
1 diff -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.031598 seconds and 4 git commands to generate.