NAME

X11::Xlib::Window - Low-level access to X11 windows

SYNOPSIS

use X11::Xlib;
my $display = X11::Xlib->new();
my $window = $display->RootWindow();
...

DESCRIPTION

METHODS

$window->id

Return the X11 numeric ID of the window.

SEE ALSO

X11::Xlib

AUTHOR

Olivier Thauvin, <nanardon@nanardon.zarb.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2010 by Olivier Thauvin

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.