1package X11::Xlib::XRectangle;
2require X11::Xlib::Struct;
3__END__
4
5=head1 NAME
6
7X11::Xlib::XRectangle - Struct defining 16-bit x,y,width,height
8
9=head1 ATTRIBUTES
10
11=head2 x
12
1316-bit signed
14
15=head2 y
16
1716-bit signed
18
19=head2 width
20
2116-bit unsigned
22
23=head2 height
24
2516-bit unsigned
26
27=head1 METHODS
28
29See parent class L<X11::Xlib::Struct>
30
31=head1 AUTHOR
32
33Olivier Thauvin, E<lt>nanardon@nanardon.zarb.orgE<gt>
34
35Michael Conrad, E<lt>mike@nrdvana.netE<gt>
36
37=head1 COPYRIGHT AND LICENSE
38
39Copyright (C) 2009-2010 by Olivier Thauvin
40
41Copyright (C) 2017 by Michael Conrad
42
43This library is free software; you can redistribute it and/or modify
44it under the same terms as Perl itself, either Perl version 5.10.0 or,
45at your option, any later version of Perl 5 you may have available.
46
47=cut
48