man-pages/man3/X11::Protocol::Ext::BIG_REQUESTS.3pm.html
2021-03-31 01:06:50 +01:00

75 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of Protocol::Ext::BIG_REQUESTS</TITLE>
</HEAD><BODY>
<H1>Protocol::Ext::BIG_REQUESTS</H1>
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2015-05-12<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
X11::Protocol::Ext::BIG_REQUESTS - Perl module for the X11 protocol Big Requests extension
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<PRE>
use X11::Protocol;
$x = X11::Protocol-&gt;new($ENV{'DISPLAY'});
$x-&gt;init_extension('BIG_REQUESTS') or die;
</PRE>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
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
<TT>&quot;$x-&gt;maximum_request_length&quot;</TT>.
<A NAME="lbAE">&nbsp;</A>
<H2>AUTHOR</H2>
Stephen McCamant &lt;<A HREF="mailto:SMCCAM@cpan.org">SMCCAM@cpan.org</A>&gt;.
<A NAME="lbAF">&nbsp;</A>
<H2>SEE ALSO</H2>
<I><A HREF="/cgi-bin/man/man2html?1+perl">perl</A></I>(1),
X11::Protocol,
<I>Big Requests Extension (X Consortium Standard)</I>.
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAE">AUTHOR</A><DD>
<DT id="5"><A HREF="#lbAF">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:00 GMT, March 31, 2021
</BODY>
</HTML>