summaryrefslogtreecommitdiff
path: root/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c')
-rw-r--r--net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c b/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c
deleted file mode 100644
index ddcebea4e2a..00000000000
--- a/net/kdenetwork3/patches/patch-krdc_vnc_rfbproto.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-krdc_vnc_rfbproto.c,v 1.1 2012/06/25 11:51:01 joerg Exp $
-
---- krdc/vnc/rfbproto.c.orig 2012-06-18 22:15:22.000000000 +0000
-+++ krdc/vnc/rfbproto.c
-@@ -636,7 +636,7 @@ HandleCursorPos(unsigned int x, unsigned
- void DrawCursorX11Thread(int x, int y) {
- int ox, oy, ow, oh, nx, ny, nw, nh;
- if (!pointerImages[0].set)
-- return True;
-+ return ;
- imageIndex = 0;
-
- if (x >= si.framebufferWidth)