aboutsummaryrefslogtreecommitdiff
path: root/debian/patches-pending-evaluation
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-20 12:21:39 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-21 04:09:16 +0200
commite3838817425e6cd06b6ecd2109397178fd9a3c93 (patch)
treea3e06079dee1a9990f4e8bc74b12300069c4f170 /debian/patches-pending-evaluation
parent8c7d7bed969e556aa038aa2d45c7c9697dda9de9 (diff)
downloadnx-libs-e3838817425e6cd06b6ecd2109397178fd9a3c93.tar.gz
nx-libs-e3838817425e6cd06b6ecd2109397178fd9a3c93.tar.bz2
nx-libs-e3838817425e6cd06b6ecd2109397178fd9a3c93.zip
debian/patches-pending-evaluation: Adapt fix-icon-and-clipboard.patch to removal of the WindowTable array.
Diffstat (limited to 'debian/patches-pending-evaluation')
-rw-r--r--debian/patches-pending-evaluation/fix-icon-and-clipboard.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-pending-evaluation/fix-icon-and-clipboard.patch b/debian/patches-pending-evaluation/fix-icon-and-clipboard.patch
index e4faef051..d6ecf8f19 100644
--- a/debian/patches-pending-evaluation/fix-icon-and-clipboard.patch
+++ b/debian/patches-pending-evaluation/fix-icon-and-clipboard.patch
@@ -323,7 +323,7 @@ index 862f75a..5405568 100644
x.u.u.type = SelectionRequest;
x.u.selectionRequest.time = GetTimeInMillis();
x.u.selectionRequest.owner = lastOwnerWindow;
- x.u.selectionRequest.requestor = WindowTable[0]->drawable.id;
+ x.u.selectionRequest.requestor = screenInfo.screens[0]->root->drawable.id;
- x.u.selectionRequest.selection = XA_PRIMARY;
+/* My changes */
+/*