summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-07-08 23:21:34 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-07-08 23:21:34 +0000
commit21f7bc6a54636c749cf5514e091feb68cc88907b (patch)
treeff059e33b5d7a16687db8003ba1da7f4da20dbc4 /src/util.c
parentd6f1d76768fe99c0f67545a9b6da98411733ffca (diff)
general code cleanups. Contribution from Benoît Dejean.
2005-07-08 Lucas Rocha <lucasr@cvs.gnome.org> * src/about.c, src/calendar.c, src/fileselection.c, src/option.c, src/progress.c, src/text.c, src/tree.c, src/util.c: general code cleanups. Contribution from Benoît Dejean.
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index f503526..4fc7f8d 100644
--- a/src/util.c
+++ b/src/util.c
@@ -320,7 +320,7 @@ transient_get_xterm_toplevel (void)
while (xterm != None && !transient_is_toplevel (xterm))
{
Window root, parent, *children;
- int nchildren;
+ unsigned nchildren;
XQueryTree (dpy, xterm,
&root, &parent,
&children, &nchildren);