fixed signedness of argument in call to XQueryTree().
2005-07-17 Sven Neumann <sven@gimp.org> * tools/shooter.c (find_toplevel_window): fixed signedness of argument in call to XQueryTree().
This commit is contained in:
committed by
Sven Neumann
parent
712ce5c8f9
commit
36d77e367f
@ -28,7 +28,7 @@ find_toplevel_window (Display *display,
|
||||
Window xid)
|
||||
{
|
||||
Window root, parent, *children;
|
||||
gint nchildren;
|
||||
guint nchildren;
|
||||
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user