1Protocol::Ext::BIG_REQUUEsSeTrS(C3o)ntributed Perl DocumPernottaotciooln::Ext::BIG_REQUESTS(3)
2
3
4
6 X11::Protocol::Ext::BIG_REQUESTS - Perl module for the X11 protocol Big
7 Requests extension
8
10 use X11::Protocol;
11 $x = X11::Protocol->new($ENV{'DISPLAY'});
12 $x->init_extension('BIG_REQUESTS') or die;
13
15 This module is used by the X11::Protocol module to participate in the
16 'Big Requests' extension to the X protocol. Once initialized, it
17 transparently allows requests of more than 262140 (65535 * 4) bytes.
18 The new maximum request length is avaliable as
19 "$x->maximum_request_length".
20
22 Stephen McCamant <SMCCAM@cpan.org>.
23
25 perl(1), X11::Protocol, Big Requests Extension (X Consortium Standard).
26
27
28
29perl v5.36.0 2022-07-22 Protocol::Ext::BIG_REQUESTS(3)