Accepted submit request 56151 from user prusnak OBS-URL: https://build.opensuse.org/request/show/56151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xlockmore?expand=0&rev=14
14 lines
522 B
Diff
14 lines
522 B
Diff
Index: xlock/vroot.h
|
|
===================================================================
|
|
--- xlock/vroot.h.orig 2007-10-28 02:49:36.000000000 +0100
|
|
+++ xlock/vroot.h 2010-12-14 12:19:00.878842537 +0100
|
|
@@ -108,7 +108,7 @@ VirtualRootWindowOfScreen(Screen * s)
|
|
__SWM_VROOT, 0, 1, False, XA_WINDOW,
|
|
&actual_type, &actual_format,
|
|
&nitems, &bytesafter,
|
|
- (unsigned char **) &newRoot) == Success && newRoot) {
|
|
+ &newRoot) == Success && newRoot) {
|
|
root = *newRoot;
|
|
break;
|
|
}
|