Codebase list kwindowsystem / 4dc18f2
New patch: test_depends_on_stack_pointer Maximiliano Curia 9 years ago
3 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release (5.8.0).
33 * Update symbols files.
4 * New patch: test_depends_on_stack_pointer
45
56 -- Maximiliano Curia <maxy@debian.org> Sat, 14 Mar 2015 10:21:13 +0100
67
0 test_depends_on_stack_pointer
0 Index: kwindowsystem/autotests/kwindowsystemx11test.cpp
1 ===================================================================
2 --- kwindowsystem.orig/autotests/kwindowsystemx11test.cpp 2015-03-14 12:17:52.249187796 +0100
3 +++ kwindowsystem/autotests/kwindowsystemx11test.cpp 2015-03-14 19:35:10.000782148 +0100
4 @@ -312,10 +312,11 @@
5 continue;
6 }
7 if ((*it).at(0).toULongLong() == widget.winId()) {
8 - const unsigned long *props = (*it).at(1).value<const unsigned long *>();
9 - if (props[0] & NET::WMName) {
10 + // This was emited from a stack pointer, so not really useful
11 + // const unsigned long *props = (*it).at(1).value<const unsigned long *>();
12 + // if (props[0] & NET::WMName) {
13 gotWMName = true;
14 - }
15 + // }
16 }
17 if (gotWMName) {
18 break;