1X11::Protocol::Ext::MITU_sSeUrNDCRoYn_tNrOiNbXSu1Tt1Ae:Nd:DPAPrReoDrt(lo3c)Doolc:u:mEexntt:a:tMiIoTn_SUNDRY_NONSTANDARD(3)
2
3
4
6 X11::Protocol::Ext::MIT_SUNDRY_NONSTANDARD - X11R2/R3 compatibility
7 mode
8
10 use X11::Protocol;
11 my $X = X11::Protocol->new;
12 $X->init_extension('MIT-SUNDRY-NONSTANDARD')
13 or print "MIT-SUNDRY-NONSTANDARD extension not available";
14
16 The MIT-SUNDRY-NONSTANDARD extension controls a "bug mode" setting in
17 the server which helps some X11R2 and X11R3 client programs, including
18 "xterm" from those releases.
19
20 Bug mode means: relaxing event mask checking in grab pointer and button
21 requests and window do-not-propagate attributes (to ignore mask bits
22 which are not applicable); something for non-overlapping sibling window
23 stacking order; and keeping maximum keycode below 255 to avoid an Xt
24 toolkit segfault. Unless working with old client programs then these
25 things are unlikely to be of interest.
26
28 The following are made available with an "init_extension()" per
29 "EXTENSIONS" in X11::Protocol.
30
31 my $bool = $X->init_extension('MIT-SUNDRY-NONSTANDARD');
32
33 "$X->MitSundryNonstandardSetBugMode ($flag)"
34 "$flag = $X->MitSundryNonstandardGetBugMode ()"
35 Get or set the bug mode flag. 1 means compatibility mode is on, 0
36 means off.
37
39 X11::Protocol
40
41 xset(1) "bc" option to control the bug flag from the command line.
42
43 Xserver(1) "bc" command-line option to set the flag at server startup.
44
46 <http://user42.tuxfamily.org/x11-protocol-other/index.html>
47
49 Copyright 2011, 2012, 2013, 2014 Kevin Ryde
50
51 X11-Protocol-Other is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as
53 published by the Free Software Foundation; either version 3, or (at
54 your option) any later version.
55
56 X11-Protocol-Other is distributed in the hope that it will be useful,
57 but WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
59 General Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with X11-Protocol-Other. If not, see <http://www.gnu.org/licenses/>.
63
64
65
66perl v5.28.1 X21011:4:-P0r1o-t1o8col::Ext::MIT_SUNDRY_NONSTANDARD(3)