logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

X11::Protocol::Ext::BIG_REQUESTS - Perl module for the X11 protocol Big Requests extension

Author

       Stephen McCamant <SMCCAM@cpan.org>.

Description

       This module is used by the X11::Protocol module to participate in the 'Big Requests' extension to the X
       protocol. Once initialized, it transparently allows requests of more than 262140 (65535 * 4) bytes.  The
       new maximum request length is available as "$x->maximum_request_length".

Name

       X11::Protocol::Ext::BIG_REQUESTS - Perl module for the X11 protocol Big Requests extension

See Also

perl(1), X11::Protocol, BigRequestsExtension(XConsortiumStandard).

perl v5.36.0                                       2022-10-13                   Protocol::Ext::BIG_REQUESTS(3pm)

Synopsis

         use X11::Protocol;
         $x = X11::Protocol->new($ENV{'DISPLAY'});
         $x->init_extension('BIG_REQUESTS') or die;

See Also