Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 7.2.0

(Wheezy)
amd64

X11::Protocol::Ext::BIG_REQUESTS(3pm)


Protocol::Ext::BIG_REQUESTS

Protocol::Ext::BIG_REQUESTS

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
SEE ALSO

NAME

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

SYNOPSIS

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

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".

AUTHOR

Stephen McCamant <SMCCAM@cpan.org>.

SEE ALSO

perl(1), X11::Protocol, Big Requests Extension (X Consortium Standard).



X11::Protocol::Ext::BIG_REQUESTS(3pm)