Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src The NetBSD logo, when rendered with a binary transparency ma...



details:   https://anonhg.NetBSD.org/src/rev/71b6eb9e95b7
branches:  trunk
changeset: 779717:71b6eb9e95b7
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jun 13 18:51:35 2012 +0000

description:
The NetBSD logo, when rendered with a binary transparency mask like we
used to do it for the xdm greeter, looks extremely ugly.
Unfortunately xdm has no means to load and mix alpha channel images,
so provide a png file and precomputed xpms with proper background colour
for the greeter.
If users change their greeter resources and change the background, they will
have to regenerate that xpm file, provide proper instructions for this.
While there, use less clunky fonts (hi Jared!).
XXX the fonts are not exactly perfect, if anyone feels like fine tuning
this further, please be my guest.

diffstat:

 distrib/sets/lists/xbase/mi                       |    5 +-
 external/mit/xorg/bin/xdm/config/Makefile         |    8 +-
 external/mit/xorg/bin/xdm/config/NetBSD-flag.png  |  Bin 
 external/mit/xorg/bin/xdm/config/NetBSD-flag1.xpm |  190 ++++++++++++++++++++++
 external/mit/xorg/bin/xdm/config/NetBSD-flag2.xpm |  190 ++++++++++++++++++++++
 external/mit/xorg/bin/xdm/config/Xresources.cpp   |  108 ++++++++++++
 6 files changed, 498 insertions(+), 3 deletions(-)

diffs (truncated from 547 to 300 lines):

diff -r 807334e35282 -r 71b6eb9e95b7 distrib/sets/lists/xbase/mi
--- a/distrib/sets/lists/xbase/mi       Wed Jun 13 18:34:20 2012 +0000
+++ b/distrib/sets/lists/xbase/mi       Wed Jun 13 18:51:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.113 2012/02/29 20:07:54 tron Exp $
+# $NetBSD: mi,v 1.114 2012/06/13 18:51:36 martin Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1509,6 +1509,9 @@
 ./usr/X11R7/include/X11/pixmaps/NetBSD-bw.xpm          -unknown-       xorg
 ./usr/X11R7/include/X11/pixmaps/NetBSD-inv.xpm         -unknown-       xorg
 ./usr/X11R7/include/X11/pixmaps/NetBSD.xpm             -unknown-       xorg
+./usr/X11R7/include/X11/pixmaps/NetBSD-flag.png                -unknown-       xorg
+./usr/X11R7/include/X11/pixmaps/NetBSD-flag1.xpm       -unknown-       xorg
+./usr/X11R7/include/X11/pixmaps/NetBSD-flag2.xpm       -unknown-       xorg
 ./usr/X11R7/include/X11/pixmaps/xorg-bw.xpm            -unknown-       xorg
 ./usr/X11R7/include/X11/pixmaps/xorg.xpm               -unknown-       xorg
 ./usr/X11R7/include/drm                                        base-x11-root   obsolete
diff -r 807334e35282 -r 71b6eb9e95b7 external/mit/xorg/bin/xdm/config/Makefile
--- a/external/mit/xorg/bin/xdm/config/Makefile Wed Jun 13 18:34:20 2012 +0000
+++ b/external/mit/xorg/bin/xdm/config/Makefile Wed Jun 13 18:51:35 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2010/11/29 09:34:40 skrll Exp $
+#      $NetBSD: Makefile,v 1.11 2012/06/13 18:51:35 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -33,11 +33,15 @@
                        Xaccess Xservers.fs Xsession Xsetup_0 Xwilling \
                        ${CPPSCRIPTS} 
 FILES=                 xorg-bw.xpm xorg.xpm \
-                       NetBSD-bw.xpm NetBSD-inv.xpm NetBSD.xpm
+                       NetBSD-bw.xpm NetBSD-inv.xpm NetBSD.xpm \
+                       NetBSD-flag.png NetBSD-flag1.xpm NetBSD-flag2.xpm
 FILESDIR=              ${XDMDIR}
 FILESDIR_xorg.xpm=     ${X11INCDIR}/X11/pixmaps
 FILESDIR_xorg-bw.xpm=  ${X11INCDIR}/X11/pixmaps
 FILESDIR_NetBSD.xpm=   ${X11INCDIR}/X11/pixmaps
+FILESDIR_NetBSD-flag.png=      ${X11INCDIR}/X11/pixmaps
+FILESDIR_NetBSD-flag1.xpm=     ${X11INCDIR}/X11/pixmaps
+FILESDIR_NetBSD-flag2.xpm=     ${X11INCDIR}/X11/pixmaps
 FILESDIR_NetBSD-bw.xpm=        ${X11INCDIR}/X11/pixmaps
 FILESDIR_NetBSD-inv.xpm=${X11INCDIR}/X11/pixmaps
 FILESMODE_GiveConsole= ${BINMODE}
diff -r 807334e35282 -r 71b6eb9e95b7 external/mit/xorg/bin/xdm/config/NetBSD-flag.png
Binary file external/mit/xorg/bin/xdm/config/NetBSD-flag.png has changed
diff -r 807334e35282 -r 71b6eb9e95b7 external/mit/xorg/bin/xdm/config/NetBSD-flag1.xpm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/bin/xdm/config/NetBSD-flag1.xpm Wed Jun 13 18:51:35 2012 +0000
@@ -0,0 +1,190 @@
+/* XPM */
+static char *noname[] = {
+/* width height ncolors chars_per_pixel */
+"185 150 33 1",
+/* colors */
+"  c Gray68",
+". c Gray67",
+"X c #A7A7A7",
+"o c Gray64",
+"O c #9F9F9F",
+"+ c #D08A5F",
+"@ c #9B9B9B",
+"# c #C3987D",
+"$ c Gray60",
+"% c #E97025",
+"& c #C89373",
+"* c #EE6B1B",
+"= c #CC8F69",
+"- c #F26711",
+"; c Gray",
+": c #D48656",
+"> c #AAAAAA",
+", c Gray66",
+"< c Gray65",
+"1 c #A4A4A4",
+"2 c #A2A2A2",
+"3 c #A0A0A0",
+"4 c Gray62",
+"5 c Gray61",
+"6 c #989898",
+"7 c #B2AAA4",
+"8 c #D8824C",
+"9 c #B7A59A",
+"0 c #DD7D42",
+"q c #BF9C87",
+"w c #E5742F",
+"e c #BBA190",
+"r c #E17938",
+/* pixels */
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;q#+8rr------------%r0+#e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7q+0%--------------------------r+q;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9&8w----------------------------------*0&7;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7#8%------------------------------------------8#;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;e+w-----------------------------------%rrrrrrw-----%=7;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;#8%-------------------------------r8+qe;;;;;;;;;;;;9q=:r%+9;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7&0------------------------------*0=e;;;;;;;;;;;;;;;;;;;;;;;;e&7;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9=r------------------------------w+e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;e+w------------------------------w=9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;263;+%=7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7#8%------------------------------*:e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;>666.7*--0#;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;q+r--------------------------------r&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 6663;&----*0&7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;q+r---------------------------------*89;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3666.;%-------w:#7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;e&:r-----------------------------------*+7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;>6663;&-----------%0+qe;;;;;;;;;;;;;;;;;;7q#+0w--------------------------------------%&7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4666.;%----------------*rrr++++++++0rr%-------------------------------------------%&;;;;;;;9q=+0rr%------*rr0+&q7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;X6663;q-------------------------------------------------------------------------%&;;;;q+8w-----------------------%8=9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@666.;r----------------------------------------------------------------------%&;9&8w--------------------------------%:#;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<6663;q--------------------------------------------------------------------*8&8%---------------------------------------%:9;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $666.;r-------------------------------------------------------------------%----------------------------------------------r&;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o6663;e---------------------------------------------------------------------------------------------------%r8+++#qq=+++rr--%&;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 6666.;8---------------------------------------------------------------------------------------------r:&e;;;;;;;;;;;;;;;;;7q+:e;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36663;9-----------------------------------------------------------------------------------------w:q;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.6666 ;8-------------------------------------------------------------------------------------w=9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4666o;9*---------------------------------------------------------------------------------%=9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,666$ ;+------------------------------------------------------------------------------*8e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@666o;7*---------------------------------------------------------------------------%=7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<666$ ;+-------------------------------------------------------------------------r#;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;$666o;7*----------------------------------------------------------------------0q;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o666$ ;&--------------------------------------------------------------------89;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 6666o;;%-----------------------------------------------------------------89;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3666$ ;&---------------------------------------------------------------89;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.6666o;;%------------------------------------------------------------09;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;O666$ ;q----------------------------------------------------------rq;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,6666o;;r-------------------------------------------------------rq;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5666$;;q-----------------------------------------------------%#;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<6666<;;r--------------------------------------------------%&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@666@;;e------------------------------------------------%&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o6666<;;8---------------------------------------------%=;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $666@;;9-------------------------------------------%&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36666<;;8----------------------------------------%&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.6666@;;9*-------------------------------------r&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;O6666<;;+-----------------------------------8e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,6666@;;7*-------------------------------w=7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;46666<;;+----------------------------%:e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<6666@;;7w------------------------r+e;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@6666<;;;7#+r*--------------%r+q7;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16666@;;;;;;;;7qq+++++++=qq;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $6666,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;266664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.66666,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;366664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,66666,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;466664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;X66666,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@66664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<66666,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $66664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o66666,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.66666O;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.,,,,.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ,, ;;;",
+"=++&qqqqqqq=+9;;;;;;;;;;;;9+++#qqqqqqq&++7;;;;;;;;;;;;366666.;;;;;;;;;;;;;;;;;;;;,,,,,ooooooooooX,.;;;;;;;;;;;;;;;;;;;;.256666666652X;;;;;;;,,,,,<ooooooooooX,>;;;;;;;;;;;;;;;;; 36$662 ;",
+"-------------=;;;;;;;;;;;;&--------------q;;;;;;;;;;;;>666663;;;;;;;;;;;;;;;;>666666666666666666666641.;;;;;;;;;;;;;;.4666666666666666<;>66666666666666666666666@Oo>;;;;;;;;;;; 55<,,,55;",
+"*------------%;;;;;;;;;;;;e--------------e;;;;;;;;;;;;;466666.;;;;;;;;;;;;;;;,66666666666666666666666663 ;;;;;;;;;;;<66666665456666666O;,666666666666666666666666666$2.;;;;;;;;35;65$5 @o",
+";7#8----------+;;;;;;;;;;;;;9&r------*+e;;;;;;;;;;;;;;;X666663;;;;;;;;;;;;;;; oO@666666666$2oo4666666666$>;;;;;;;;;<666666o ;;;.O66666@; o2@66666666664ooo34$66666666664.;;;;; 6>;6,.6;X@",
+";;;;=---------*9;;;;;;;;;;;;;;;8-----q;;;;;;;;;;;;;;;;;;oooooo;;;;;;;;;;;;;;;;;;;266666666X;;;; 266666666$>;;;;;;;X666666<;;;;;;;<66666;;;; 5666666661;;;;;;;>2@666666666o;;;;,$;;611$;;6",
+";;;;;*---------r;;;;;;;;;;;;;;;9----w;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.66666666,;;;;;;<666666665;;;;;; $666663;;;;;;;;;o6666.;;;;166666666,;;;;;;;;;;<$666666664 ;;,5;;656,;;6",
+";;;;;r----------+;;;;;;;;;;;;;;;----8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66666666,;;;;;;;O66666666<;;;;;1666666>;;;;;;;;;;4666,;;;;,66666666,;;;;;;;;;;; 4666666665 ;.6 ;6,42;.6",
+";;;;;r-----------q;;;;;;;;;;;;;;r---+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66666666,;;;;;;;.66666666O;;;;;5666666;;;;;;;;;;;,666,;;;;,66666666,;;;;;;;;;;;;;3666666664;;@o;6,,6.3O",
+";;;;;r-----------*7;;;;;;;;;;;;;r---&;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66666666,;;;;;;;;56666666@;;;; 6666666;;;;;;;;;;;;466,;;;;,66666666,;;;;;;;;;;;;;;5666666662;X6<o.;<O$>",
+";;;;;r------------r;;;;;;;;;;;;;8---q;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;66666666,;;;;;;;;266666666;;;;,6666666>;;;;;;;;;;;X66,;;;;,66666666,;;;;;;;;;;;;;;.$66666666,;<64oo5$X;",
+";;;;;r---8---------:;;;;;;;;;;;;+---q;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9%w;;;;;;;;;;;;;66666666,;;;;;;;;o66666666;;;;,66666662;;;;;;;;;;;;1o ;;;;,66666666,;;;;;;;;;;;;;;;o666666665;;.o441.;;",
+";;;;;r---;8---------&;;;;;;;;;;;+---q;;;;;;;;;;;;;;;;;;;;;;;;;;;;;r--;;;;;;;;;;;;;66666666,;;;;;;;;o66666666;;;;,66666666>;;;;;;;;;;;;;;;;;;,66666666,;;;;;;;;;;;;;;; $66666666X;;;;;;;;;",
+";;;;;r---;7w--------*e;;;;;;;;;;+---q;;;;;;;;;;;;;;;;;;;;;;;;;;;;8---;;;;;;;;;;;;;66666666,;;;;;;;;o66666665;;;;,66666666@ ;;;;;;;;;;;;;;;;;,66666666,;;;;;;;;;;;;;;;;2666666664;;;;;;;;;",
+";;;;;r---;;9*--------%7;;;;;;;;;+---q;;;;;;;;;;;;;;;;;;;;;;;;;;;&----;;;;;;;;;;;;;66666666,;;;;;;;;56666666o;;;;.666666666$>;;;;;;;;;;;;;;;;,66666666,;;;;;;;;;;;;;;;;>666666666.;;;;;;;;",
+";;;;;r---;;;q---------0;;;;;;;;;+---q;;;;;;;;;;;;;;;;;;;;;;;;;;:-----;;;;;;;;;;;;;66666666,;;;;;;;.6666666$ ;;;;;@6666666666o ;;;;;;;;;;;;;;,66666666,;;;;;;;;;;;;;;;;;$66666666<;;;;;;;;",
+";;;;;r---;;;;+---------:;;;;;;;;+---q;;;;;;;;;q+++++q;;;;;;;;9w------;;;;;;;;;;;;;66666666,;;;;;;;46666666X;;;;;;o66666666666@<;;;;;;;;;;;;;,66666666,;;;;;;;;;;;;;;;;;O66666666O;;;;;;;;",
+";;;;;r---;;;;;r---------&;;;;;;;+---q;;;;;;98*-------*+;;;;7+--------wrrrrr#;;;;;;66666666,;;;;; 3666666$X;;;;;;; $6666666666664,;;;;;;;;;;;,66666666,;;;;;;;;;;;;;;;;;o666666665;;;;;;;;",
+";;;;;r---;;;;;7*--------*e;;;;;;+---q;;;;;=*-----------w7;+*---------------+;;;;;;66666666o,;>,2@66666$2 ;;;;;;;;;166666666666666O ;;;;;;;;;,66666666,;;;;;;;;;;;;;;;;;<666666666;;;;;;;;",
+";;;;;r---;;;;;;q---------%7;;;;;+---q;;;;8-----%++r-----w;-----------------+;;;;;;66666666666666666662;;;;;;;;;;;;;O66666666666666$X;;;;;;;;,66666666,;;;;;;;;;;;;;;;;;,666666666;;;;;;;;",
+";;;;;r---;;;;;;;+---------r;;;;;+---q;;;8-----+;;;;0-----+:rr*-------wrrrrr9;;;;;;66666666666666666666$3,;;;;;;;;;; 5666666666666666<;;;;;;;,66666666,;;;;;;;;;;;;;;;;;,666666666;;;;;;;;",
+";;;;;r---;;;;;;;;0---------:;;;;+---q;;#-----8;;;;;e-----*7;;:-------;;;;;;;;;;;;;666666666444@66666666664.;;;;;;;;;;3666666666666666<;;;;;;,66666666,;;;;;;;;;;;;;;;;;,666666666;;;;;;;;",
+";;;;;r---;;;;;;;;7%---------&;;;+---q;7*-----9;;;;;;------&;;+-------;;;;;;;;;;;;;66666666X;;;; <@66666666$>;;;;;;;;;;1$66666666666666X;;;;;,66666666,;;;;;;;;;;;;;;;;;,666666666;;;;;;;;",
+";;;;;r---;;;;;;;;;e---------*e;;+---q;+-----%;;;;;;q------+;;+-------;;;;;;;;;;;;;66666666,;;;;;;;366666666$>;;;;;;;;;;.O6666666666666$ ;;;;,66666666,;;;;;;;;;;;;;;;;;,666666666;;;;;;;;",
+";;;;;r---;;;;;;;;;;=---------%7;+---q;%------wrrrrw-------r;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;3666666665;;;;;;;;;;;;,4666666666666o;;;;,66666666,;;;;;;;;;;;;;;;;;<66666666@;;;;;;;;",
+";;;;;r---;;;;;;;;;;;0---------r;+---qe--------------------0;;+-------;;;;;;;;;;;;;66666666,;;;;;;;; $66666666<;;;;;;;;;;;;;1$6666666666$;;;;,66666666,;;;;;;;;;;;;;;;;;o666666664;;;;;;;;",
+";;;;;r---;;;;;;;;;;;7w---------8+---q=--------------------#;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;o66666666O;;;;;;;;;;;;;;>56666666666X;;;,66666666,;;;;;;;;;;;;;;;;;O66666666o;;;;;;;;",
+";;;;;r---;;;;;;;;;;;;e*---------%---q8------8qqqqqqqqqqqq9;;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;.666666666;;;;;;;;;;;;;;; 5666666666o;;;,66666666,;;;;;;;;;;;;;;;;;@66666666,;;;;;;;;",
+";;;;;r---;;;;;;;;;;;;;&-------------qr------+;;;;;;;;;;;;;;;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;;$66666666>;;;;;;;;;;;;;;; $666666664;;;,66666666,;;;;;;;;;;;;;;;;.66666666$;;;;;;;;;",
+";;;;;r---;;;;;;;;;;;;;;8------------qr------+;;;;;;;;;;;;;;;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;;466666666,<o ;;;;;;;;;;;;;,666666664;;;,66666666,;;;;;;;;;;;;;;;;1666666662;;;;;;;;;",
+";;;;;r---;;;;;;;;;;;;;;7w-----------qr------0;;;;;;;;;;;;;;;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;;466666666,661;;;;;;;;;;;;;;566666664;;;,66666666,;;;;;;;;;;;;;;;;566666666.;;;;;;;;;",
+";;;;;r---;;;;;;;;;;;;;;;9*----------qr------*;;;;;;;;;;;;;;;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;;466666666,66@;;;;;;;;;;;;;;166666664;;;,66666666,;;;;;;;;;;;;;;;,666666663;;;;;;;;;;",
+";;;;;w---;;;;;;;;;;;;;;;;#----------q:-------&;;;;;;;;;;;;;;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;;$66666666;666<;;;;;;;;;;;;;,6666666o;;;,66666666,;;;;;;;;;;;;;;;46666666$ ;;;;;;;;;;",
+";;;;;----9;;;;;;;;;;;;;;;;:---------q&-------%7;;;;;;;;;;e7;;+-------;;;;;;;;;;;;;66666666,;;;;;;;;;.666666665;666@;;;;;;;;;;;;;,6666666X;;;,66666666,;;;;;;;;;;;;;;X66666666X;;;;;;;;;;;",
+";;;;;----q;;;;;;;;;;;;;;;;;w--------q7--------0;;;;;;;;;e**;;+-------q;;;;;;;;;;;;66666666<;;;;;;;;;1666666661;@666o;;;;;;;;;;;;,666666$ ;;;,66666666X;;;;;;;;;;;;;>$66666662;;;;;;;;;;;;",
+";;;;9----&;;;;;;;;;;;;;;;;;9*-------q;0--------w9;;;;;;e%-*;;+-------+;;;;;;;;;;;;666666662;;;;;;;;;@6666666$ ;46666,;;;;;;;;;;;26666663;;;;,666666662;;;;;;;;;;;;>$66666663;;;;;;;;;;;;;",
+";;;;#----:;;;;;;;;;;;;;;;;;;q-------q;q----------8#qqq:*--+;;+-------*7;;;;;;;;;; 66666666$ ;;;;;;;366666666<;;o6666$>;;;;;;;;; $66666$ ;;;;<66666666$ ;;;;;;;;;;,$66666662;;;;;;;;;;;;;;",
+";;;;r----*7;;;;;;;;;;;;;;;;;;:------q;;:-----------------w;;;&--------%&q#r*;;;;;<6666666663 ;;;; 3666666663;;;X66666$<;;;;;;;;O666666X;;;;;36666666665 ;;;;;;;>36666666$X;;;;;;;;;;;;;;;",
+";;#r------*=e;;;;;;;;;;;;;;;;;w-----q;;;w---------------*e;;;9--------------;;;,2$6666666666$2oo3$66666666o;;;; 6666666O>;;;;,5666666<;;;;,366666666666$31,,125666666663 ;;;;;;;;;;;;;;;;",
+"8-------------8;;;;;;;;;;;;;;;e-----q;;;7r-------------*e;;;;;0-----------*&;o666666666666666666666666664>;;;;;;366666666@44@666666$,;;;@666666666666666666666666666$3.;;;;;;;;;;;;;;;;;;",
+"r-------------%;;;;;;;;;;;;;;;;+----q;;;;;+*----------07;;;;;;7w---------re;;46666666666666666666666641.;;;;;;;; o@66666666666666$o ;;;>6666666666666666666666666@3< ;;;;;;;;;;;;;;;;;;;;",
+"&+++&qqqq#++++&;;;;;;;;;;;;;;;;;w-*+;;;;;;;7=r-----*8q;;;;;;;;;7+*----%8q;;;;,ooooo,,,,<ooooooooo<,.;;;;;;;;;;;;;;;X2566666666$O< ;;;;;;ooooo<,,,,1oooO4444Ooo<, ;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9e;;;;;;;;;;;;;7qq7;;;;;;;;;;;;;;;7qq;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;>,,,,, ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o4444444.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,66666663;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@6666666.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<66666663;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;$6666666.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o66666663;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 66666666.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;366666663;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.66666666.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;466666663;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,66666666.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@66666662;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<6666666$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@6666666o;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o6666666$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $6666666o;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36666666$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.66666666o;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;O6666666$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,66666666o;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;56666666$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<66666666o;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@6666666$ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;o666666661;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $6666666@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;266666666<;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.66666666@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;366666666<;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,66666666@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;466666666<;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;<66666666@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;@66666666<;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;166666666@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; $66666666<;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;266666666@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;.666666666<;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3666666664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;>666666666;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;466666666;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;X66666664;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;466666$>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
+";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 36663 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"
+};
diff -r 807334e35282 -r 71b6eb9e95b7 external/mit/xorg/bin/xdm/config/NetBSD-flag2.xpm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/bin/xdm/config/NetBSD-flag2.xpm Wed Jun 13 18:51:35 2012 +0000
@@ -0,0 +1,190 @@
+/* XPM */
+static char *noname[] = {
+/* width height ncolors chars_per_pixel */
+"185 150 33 1",
+/* colors */
+"  c Gray67",
+". c #A7A7A7",
+"X c Gray64",
+"o c #9F9F9F",
+"O c #D7C5BB",
+"+ c #DDB196",
+"@ c #E8894E",
+"# c #EE7529",
+"$ c Gray80",
+"% c #C8C8C8",
+"& c #EC7B36",
+"* c #F26711",
+"= c Gray77",
+"- c Grey",
+"; c #E49666",
+": c #B2B2B2",
+"> c #E39D72",
+", c Gray",
+"< c #D5CCC7",
+"1 c #DBB8A2",
+"2 c Gray61",
+"3 c #989898",
+"4 c #E6905A",
+"5 c #DFAA8A",
+"6 c #EA8242",
+"7 c #F06E1D",
+"8 c #E1A47E",
+"9 c LightGrey",
+"0 c #D9BFAE",
+"q c Gray81",
+"w c Gray74",
+"e c #B9B9B9",
+"r c Gray71",
+/* pixels */
+"99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999991+>466************#6@>+09999999999999999999999999999999999",
+"9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999<1>@#**************************6>1999999999999999999999999999999",
+"999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999O54&**********************************7@5<99999999999999999999999999",
+"99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999<+4#******************************************4+999999999999999999999999",
+"999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999990>&***********************************#666666&*****#8<999999999999999999999",
+"99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999+4#*******************************64>10999999999999O18;6#>O9999999999999999999",
+"9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999<5@******************************7@8099999999999999999999999905<999999999999999999",
+"9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999O86******************************&>09999999999999999999999999999999999999999999999999",
+"9999999999999999999999999999999999999O999999999999999999999999999999999999999999999999999999999990>&******************************&8O9999999999999999999999999999999999999999999999999999",
+"999999999999999999999999999999999:3,9>#8<9999999999999999999999999999999999999999999999999999<+4#******************************7;09999999999999999999999999999999999999999999999999999999",
+"99999999999999999999999999999999%333$<7**@+999999999999999999999999999999999999999999999991>6********************************659999999999999999999999999999999999999999999999999999999999",
+"99999999999999999999999999999999q333,95****7@5<9999999999999999999999999999999999999991>6*********************************74O999999999999999999999999999999999999999999999999999999999999",
+"999999999999999999999999999999999,333$9#*******&;+<99999999999999999999999999999905;6***********************************7><99999999999999999999999999999999999999999999999999999999999999",
+"999999999999999999999999999999999%333,95***********#@>10999999999999999999<1+>@&**************************************#5<9999999999999999999999999999999999999999999999999999999999999999",
+"9999999999999999999999999999999999.333$9#****************7666>>>>>>>>@66#*******************************************#59999999O18>@66#******766@>51<99999999999999999999999999999999999999",
+"9999999999999999999999999999999999-333,91*************************************************************************#599991>4&***********************#48O9999999999999999999999999999999999",



Home | Main Index | Thread Index | Old Index