[packages/tigervnc] remove pointersync patch dropped from spec in 7004e52

atler atler at pld-linux.org
Tue Nov 8 17:16:40 CET 2022


commit 05fe8331131412b7897ce710606090bbffb92ce3
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Nov 8 17:15:55 2022 +0100

    remove pointersync patch dropped from spec in 7004e52

 tigervnc-pointersync.patch | 25 -------------------------
 1 file changed, 25 deletions(-)
---
diff --git a/tigervnc-pointersync.patch b/tigervnc-pointersync.patch
deleted file mode 100644
index 3ac8f2c..0000000
--- a/tigervnc-pointersync.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -up tigervnc-1.3.0/unix/xserver/hw/vnc/Input.cc.pointersync tigervnc-1.3.0/unix/xserver/hw/vnc/Input.cc
---- tigervnc-1.3.0/unix/xserver/hw/vnc/Input.cc.pointersync	2014-07-14 16:27:49.412251632 +0100
-+++ tigervnc-1.3.0/unix/xserver/hw/vnc/Input.cc	2014-07-14 16:29:06.968643301 +0100
-@@ -1,5 +1,5 @@
- /* Copyright (C) 2009 TightVNC Team
-- * Copyright (C) 2009 Red Hat, Inc.
-+ * Copyright (C) 2009, 2014 Red Hat, Inc.
-  * Copyright 2013 Pierre Ossman for Cendio AB
-  *
-  * This is free software; you can redistribute it and/or modify
-@@ -202,6 +202,14 @@ void InputDevice::PointerMove(const rfb:
- 
- const rfb::Point &InputDevice::getPointerPos(void)
- {
-+	if (pointerDev != NULL) {
-+		int x, y;
-+
-+		GetSpritePosition (pointerDev, &x, &y);
-+		cursorPos.x = x;
-+		cursorPos.y = y;
-+	}
-+
- 	return cursorPos;
- }
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tigervnc.git/commitdiff/05fe8331131412b7897ce710606090bbffb92ce3



More information about the pld-cvs-commit mailing list