diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-23 11:12:03 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-23 11:12:03 +0000 |
commit | 6e5ba112338d64218f027f62a1ad86f44cd61f71 (patch) | |
tree | dd2134ada384385987bf121498fd363a85228950 /sysutils/roottail/files/patch-root-tail.c | |
parent | Update to 0.05 (diff) |
Update to 1.2
PR: ports/70844
Submitted by: Roman Bogorodskiy
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=122215
Diffstat (limited to '')
-rw-r--r-- | sysutils/roottail/files/patch-root-tail.c | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/roottail/files/patch-root-tail.c b/sysutils/roottail/files/patch-root-tail.c new file mode 100644 index 000000000000..f3d39c5abcd0 --- /dev/null +++ b/sysutils/roottail/files/patch-root-tail.c @@ -0,0 +1,29 @@ +--- 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, |