diff options
Diffstat (limited to 'sysutils/roottail/files')
-rw-r--r-- | sysutils/roottail/files/patch-root-tail.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/roottail/files/patch-root-tail.c b/sysutils/roottail/files/patch-root-tail.c deleted file mode 100644 index f3d39c5abcd0..000000000000 --- a/sysutils/roottail/files/patch-root-tail.c +++ /dev/null @@ -1,29 +0,0 @@ ---- root-tail.c.orig Fri Nov 19 20:56:03 2004 -+++ root-tail.c Sat Nov 20 18:52:34 2004 -@@ -233,17 +233,18 @@ - { - if (!root) - { -+ Window unused; -+ Window *windows; -+ unsigned int count; -+ -+ Atom type; -+ int format; -+ unsigned long nitems, bytes_after_return; -+ unsigned char *virtual_root_window; -+ - Atom SWM_VROOT = XInternAtom (display, "__SWM_VROOT", False); - Atom NAUTILUS_DESKTOP_WINDOW_ID = XInternAtom (display, "NAUTILUS_DESKTOP_WINDOW_ID", False); - root = RootWindow (display, screen_number); -- -- Window unused, *windows = 0; -- unsigned int count; -- -- Atom type; -- int format; -- unsigned long nitems, bytes_after_return; -- unsigned char *virtual_root_window; - - if (XGetWindowProperty (display, root, NAUTILUS_DESKTOP_WINDOW_ID, - 0, 1, False, XA_WINDOW, &type, &format, |