Commit e3838817 authored by Mike Gabriel's avatar Mike Gabriel

debian/patches-pending-evaluation: Adapt fix-icon-and-clipboard.patch to removal…

debian/patches-pending-evaluation: Adapt fix-icon-and-clipboard.patch to removal of the WindowTable array.
parent 8c7d7bed
......@@ -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 */
+/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment