mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 04:34:57 +02:00
🚀 feat(kali): thanks to kalilinux.org
This commit is contained in:
1
usr/lib/win-kex/VcXsrv/.Xdefaults
Executable file
1
usr/lib/win-kex/VcXsrv/.Xdefaults
Executable file
@@ -0,0 +1 @@
|
||||
*customization:-color
|
2
usr/lib/win-kex/VcXsrv/X0.hosts
Executable file
2
usr/lib/win-kex/VcXsrv/X0.hosts
Executable file
@@ -0,0 +1,2 @@
|
||||
localhost
|
||||
inet6:localhost
|
616
usr/lib/win-kex/VcXsrv/XCalc
Executable file
616
usr/lib/win-kex/VcXsrv/XCalc
Executable file
@@ -0,0 +1,616 @@
|
||||
! XCalc application class resource file
|
||||
|
||||
XCalc.Title: Calculator
|
||||
XCalc.IconName: Calc
|
||||
XCalc.IconPixmap: calculator
|
||||
|
||||
XCalc*Cursor: hand2
|
||||
XCalc*Font: 8x13
|
||||
XCalc*ShapeStyle: rectangle
|
||||
XCalc*Command.horizDistance: 2
|
||||
XCalc*Command.vertDistance: 2
|
||||
XCalc*Command.width: 40
|
||||
XCalc*Command.height: 26
|
||||
XCalc*Command.internalWidth: 1
|
||||
|
||||
XCalc*bevel.background: black
|
||||
XCalc*bevel.horizDistance: 4
|
||||
XCalc*bevel.vertDistance: 2
|
||||
|
||||
XCalc*bevel.screen.horizDistance: 6
|
||||
XCalc*bevel.screen.vertDistance: 2
|
||||
XCalc*bevel.screen.defaultDistance: 0
|
||||
|
||||
XCalc*bevel.screen.Label.horizDistance: 4
|
||||
XCalc*bevel.screen.Label.vertDistance: 2
|
||||
XCalc*bevel.screen.Label.internalHeight: 1
|
||||
XCalc*bevel.screen.Label.internalWidth: 1
|
||||
XCalc*bevel.screen.LCD.label: 88888888888
|
||||
XCalc*bevel.screen.LCD.fromHoriz: M
|
||||
XCalc*bevel.screen.LCD.horizDistance: 4
|
||||
XCalc*bevel.screen.LCD.vertDistance: 2
|
||||
XCalc*bevel.screen.INV.fromVert: LCD
|
||||
XCalc*bevel.screen.INV.vertDistance: 4
|
||||
XCalc*bevel.screen.DEG.fromHoriz: INV
|
||||
XCalc*bevel.screen.DEG.fromVert: LCD
|
||||
XCalc*bevel.screen.DEG.horizDistance: 1
|
||||
XCalc*bevel.screen.RAD.fromHoriz: DEG
|
||||
XCalc*bevel.screen.RAD.fromVert: LCD
|
||||
XCalc*bevel.screen.GRAD.fromHoriz: RAD
|
||||
XCalc*bevel.screen.GRAD.fromVert: LCD
|
||||
XCalc*bevel.screen.P.label: ()
|
||||
XCalc*bevel.screen.P.fromHoriz: GRAD
|
||||
XCalc*bevel.screen.P.fromVert: LCD
|
||||
XCalc*bevel.screen.P.horizDistance: 2
|
||||
XCalc*bevel.screen.HEX.fromHoriz: P
|
||||
XCalc*bevel.screen.HEX.fromVert: LCD
|
||||
XCalc*bevel.screen.HEX.horizDistance: 1
|
||||
XCalc*bevel.screen.DEC.fromHoriz: P
|
||||
XCalc*bevel.screen.DEC.fromVert: LCD
|
||||
XCalc*bevel.screen.DEC.horizDistance: 1
|
||||
XCalc*bevel.screen.OCT.fromHoriz: P
|
||||
XCalc*bevel.screen.OCT.fromVert: LCD
|
||||
XCalc*bevel.screen.OCT.horizDistance: 1
|
||||
|
||||
!XCalc*ti.Geometry: 171x252
|
||||
XCalc*ti.bevel.screen.LCD.width: 186
|
||||
|
||||
XCalc*ti.bevel.screen.LCD.translations: #replace\n\
|
||||
Ctrl<Key>c:quit()\n\
|
||||
Ctrl<Key>h:clear()\n\
|
||||
None<Key>0:digit(0)\n\
|
||||
None<Key>1:digit(1)\n\
|
||||
None<Key>2:digit(2)\n\
|
||||
None<Key>3:digit(3)\n\
|
||||
None<Key>4:digit(4)\n\
|
||||
None<Key>5:digit(5)\n\
|
||||
None<Key>6:digit(6)\n\
|
||||
None<Key>7:digit(7)\n\
|
||||
None<Key>8:digit(8)\n\
|
||||
None<Key>9:digit(9)\n\
|
||||
Shift<Key>a:digit(A)\n\
|
||||
Shift<Key>b:digit(B)\n\
|
||||
Shift<Key>c:digit(C)\n\
|
||||
Shift<Key>d:digit(D)\n\
|
||||
Shift<Key>e:digit(E)\n\
|
||||
Shift<Key>f:digit(F)\n\
|
||||
<Key>KP_0:digit(0)\n\
|
||||
<Key>KP_1:digit(1)\n\
|
||||
<Key>KP_2:digit(2)\n\
|
||||
<Key>KP_3:digit(3)\n\
|
||||
<Key>KP_4:digit(4)\n\
|
||||
<Key>KP_5:digit(5)\n\
|
||||
<Key>KP_6:digit(6)\n\
|
||||
<Key>KP_7:digit(7)\n\
|
||||
<Key>KP_8:digit(8)\n\
|
||||
<Key>KP_9:digit(9)\n\
|
||||
<Key>KP_Enter:equal()\n\
|
||||
<Key>KP_Equal:equal()\n\
|
||||
<Key>Return:equal()\n\
|
||||
<Key>KP_Multiply:multiply()\n\
|
||||
<Key>KP_Add:add()\n\
|
||||
<Key>KP_Subtract:subtract()\n\
|
||||
<Key>KP_Decimal:decimal()\n\
|
||||
<Key>KP_Separator:decimal()\n\
|
||||
<Key>KP_Divide:divide()\n\
|
||||
<Key>KP_Tab:equal()\n\
|
||||
<Key>Clear:clear()\n\
|
||||
:<Key>.:decimal()\n\
|
||||
:<Key>+:add()\n\
|
||||
:<Key>-:subtract()\n\
|
||||
:<Key>*:multiply()\n\
|
||||
:<Key>/:divide()\n\
|
||||
:<Key>(:leftParen()\n\
|
||||
:<Key>):rightParen()\n\
|
||||
:<Key>!:factorial()\n\
|
||||
:<Key>|:or()\n\
|
||||
:<Key>&:and()\n\
|
||||
:<Key><:shl()\n\
|
||||
:<Key>>:shr()\n\
|
||||
:<Key>~:not()\n\
|
||||
:<Key>%:mod()\n\
|
||||
<Key>x:xor()\n\
|
||||
<Key>e:e()\n\
|
||||
:<Key>^:power()\n\
|
||||
<Key>p:pi()\n\
|
||||
<Key>i:inverse()\n\
|
||||
<Key>s:sine()\n\
|
||||
<Key>c:cosine()\n\
|
||||
<Key>t:tangent()\n\
|
||||
<Key>d:degree()\n\
|
||||
<Key>l:naturalLog()\n\
|
||||
:<Key>=:equal()\n\
|
||||
<Key>n:negate()\n\
|
||||
<Key>r:squareRoot()\n\
|
||||
<Key>space:clear()\n\
|
||||
<Key>q:quit()\n\
|
||||
<Key>Delete:clear()\n\
|
||||
<Key>BackSpace:clear()\n\
|
||||
<Btn1Down>,<Btn1Up>:toggle()selection()\n
|
||||
|
||||
XCalc*ti.button1.label: 1/x
|
||||
XCalc*ti.button1.translations: #override<Btn1Down>,<Btn1Up>:reciprocal()unset()
|
||||
XCalc*ti.button2.label: x\262
|
||||
XCalc*ti.button2.translations: #override<Btn1Down>,<Btn1Up>:square()unset()
|
||||
XCalc*ti.button3.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
|
||||
XCalc*ti.button3.label: \326\140
|
||||
XCalc*ti.button3.translations: #override<Btn1Down>,<Btn1Up>:squareRoot()unset()
|
||||
XCalc*ti.button4.label: CE/C
|
||||
XCalc*ti.button4.translations: #override<Btn1Down>,<Btn1Up>:clear()unset()
|
||||
XCalc*ti.button5.label: AC
|
||||
XCalc*ti.button5.translations: #override<Btn1Down>,<Btn1Up>:off()unset()\n\
|
||||
<Btn3Down>,<Btn3Up>:quit()
|
||||
|
||||
XCalc*ti.button6.label: INV
|
||||
XCalc*ti.button6.translations: #override<Btn1Down>,<Btn1Up>:inverse()unset()
|
||||
XCalc*ti.button7.label: sin
|
||||
XCalc*ti.button7.translations: #override<Btn1Down>,<Btn1Up>:sine()unset()
|
||||
XCalc*ti.button8.label: cos
|
||||
XCalc*ti.button8.translations: #override<Btn1Down>,<Btn1Up>:cosine()unset()
|
||||
XCalc*ti.button9.label: tan
|
||||
XCalc*ti.button9.translations: #override<Btn1Down>,<Btn1Up>:tangent()unset()
|
||||
XCalc*ti.button10.label: DRG
|
||||
XCalc*ti.button10.translations: #override<Btn1Down>,<Btn1Up>:degree()unset()
|
||||
|
||||
XCalc*ti.button11.label: e
|
||||
XCalc*ti.button11.translations: #override<Btn1Down>,<Btn1Up>:e()unset()
|
||||
XCalc*ti.button12.label: EE
|
||||
XCalc*ti.button12.translations: #override<Btn1Down>,<Btn1Up>:scientific()unset()
|
||||
XCalc*ti.button13.label: log
|
||||
XCalc*ti.button13.translations: #override<Btn1Down>,<Btn1Up>:logarithm()unset()
|
||||
XCalc*ti.button14.label: ln
|
||||
XCalc*ti.button14.translations: #override<Btn1Down>,<Btn1Up>:naturalLog()unset()
|
||||
XCalc*ti.button15.label: y^x
|
||||
XCalc*ti.button15.translations: #override<Btn1Down>,<Btn1Up>:power()unset()
|
||||
|
||||
XCalc*ti.button16.label: not
|
||||
XCalc*ti.button16.translations: #override<Btn1Down>,<Btn1Up>:not()unset()
|
||||
XCalc*ti.button17.label: and
|
||||
XCalc*ti.button17.translations: #override<Btn1Down>,<Btn1Up>:and()unset()
|
||||
XCalc*ti.button18.label: or
|
||||
XCalc*ti.button18.translations: #override<Btn1Down>,<Btn1Up>:or()unset()
|
||||
XCalc*ti.button19.label: xor
|
||||
XCalc*ti.button19.translations: #override<Btn1Down>,<Btn1Up>:xor()unset()
|
||||
XCalc*ti.button20.label: trunc
|
||||
XCalc*ti.button20.translations: #override<Btn1Down>,<Btn1Up>:trunc()unset()
|
||||
|
||||
XCalc*ti.button21.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
|
||||
XCalc*ti.button21.label: \160
|
||||
XCalc*ti.button21.translations: #override<Btn1Down>,<Btn1Up>:pi()unset()
|
||||
XCalc*ti.button22.label: x!
|
||||
XCalc*ti.button22.translations: #override<Btn1Down>,<Btn1Up>:factorial()unset()
|
||||
XCalc*ti.button23.label: (
|
||||
XCalc*ti.button23.translations: #override<Btn1Down>,<Btn1Up>:leftParen()unset()
|
||||
XCalc*ti.button24.label: )
|
||||
XCalc*ti.button24.translations: #override<Btn1Down>,<Btn1Up>:rightParen()unset()
|
||||
XCalc*ti.button25.label: base
|
||||
XCalc*ti.button25.translations: #override<Btn1Down>,<Btn1Up>:base()unset()
|
||||
|
||||
XCalc*ti.button26.label: shl
|
||||
XCalc*ti.button26.translations: #override<Btn1Down>,<Btn1Up>:shl()unset()
|
||||
XCalc*ti.button27.label: D
|
||||
XCalc*ti.button27.translations: #override<Btn1Down>,<Btn1Up>:digit(D)unset()
|
||||
XCalc*ti.button28.label: E
|
||||
XCalc*ti.button28.translations: #override<Btn1Down>,<Btn1Up>:digit(E)unset()
|
||||
XCalc*ti.button29.label: F
|
||||
XCalc*ti.button29.translations: #override<Btn1Down>,<Btn1Up>:digit(F)unset()
|
||||
XCalc*ti.button30.label: shr
|
||||
XCalc*ti.button30.translations: #override<Btn1Down>,<Btn1Up>:shr()unset()
|
||||
|
||||
XCalc*ti.button31.label: mod
|
||||
XCalc*ti.button31.translations: #override<Btn1Down>,<Btn1Up>:mod()unset()
|
||||
XCalc*ti.button32.label: A
|
||||
XCalc*ti.button32.translations: #override<Btn1Down>,<Btn1Up>:digit(A)unset()
|
||||
XCalc*ti.button33.label: B
|
||||
XCalc*ti.button33.translations: #override<Btn1Down>,<Btn1Up>:digit(B)unset()
|
||||
XCalc*ti.button34.label: C
|
||||
XCalc*ti.button34.translations: #override<Btn1Down>,<Btn1Up>:digit(C)unset()
|
||||
XCalc*ti.button35.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
|
||||
XCalc*ti.button35.label: \270
|
||||
XCalc*ti.button35.translations: #override<Btn1Down>,<Btn1Up>:divide()unset()
|
||||
|
||||
XCalc*ti.button36.label: STO
|
||||
XCalc*ti.button36.translations: #override<Btn1Down>,<Btn1Up>:store()unset()
|
||||
XCalc*ti.button37.label: 7
|
||||
XCalc*ti.button37.translations: #override<Btn1Down>,<Btn1Up>:digit(7)unset()
|
||||
XCalc*ti.button38.label: 8
|
||||
XCalc*ti.button38.translations: #override<Btn1Down>,<Btn1Up>:digit(8)unset()
|
||||
XCalc*ti.button39.label: 9
|
||||
XCalc*ti.button39.translations: #override<Btn1Down>,<Btn1Up>:digit(9)unset()
|
||||
XCalc*ti.button40.label: *
|
||||
XCalc*ti.button40.translations: #override<Btn1Down>,<Btn1Up>:multiply()unset()
|
||||
|
||||
XCalc*ti.button41.label: RCL
|
||||
XCalc*ti.button41.translations: #override<Btn1Down>,<Btn1Up>:recall()unset()
|
||||
XCalc*ti.button42.label: 4
|
||||
XCalc*ti.button42.translations: #override<Btn1Down>,<Btn1Up>:digit(4)unset()
|
||||
XCalc*ti.button43.label: 5
|
||||
XCalc*ti.button43.translations: #override<Btn1Down>,<Btn1Up>:digit(5)unset()
|
||||
XCalc*ti.button44.label: 6
|
||||
XCalc*ti.button44.translations: #override<Btn1Down>,<Btn1Up>:digit(6)unset()
|
||||
XCalc*ti.button45.label: -
|
||||
XCalc*ti.button45.translations: #override<Btn1Down>,<Btn1Up>:subtract()unset()
|
||||
|
||||
XCalc*ti.button46.label: SUM
|
||||
XCalc*ti.button46.translations: #override<Btn1Down>,<Btn1Up>:sum()unset()
|
||||
XCalc*ti.button47.label: 1
|
||||
XCalc*ti.button47.translations: #override<Btn1Down>,<Btn1Up>:digit(1)unset()
|
||||
XCalc*ti.button48.label: 2
|
||||
XCalc*ti.button48.translations: #override<Btn1Down>,<Btn1Up>:digit(2)unset()
|
||||
XCalc*ti.button49.label: 3
|
||||
XCalc*ti.button49.translations: #override<Btn1Down>,<Btn1Up>:digit(3)unset()
|
||||
XCalc*ti.button50.label: +
|
||||
XCalc*ti.button50.translations: #override<Btn1Down>,<Btn1Up>:add()unset()
|
||||
|
||||
XCalc*ti.button51.label: EXC
|
||||
XCalc*ti.button51.translations: #override<Btn1Down>,<Btn1Up>:exchange()unset()
|
||||
XCalc*ti.button52.label: 0
|
||||
XCalc*ti.button52.translations: #override<Btn1Down>,<Btn1Up>:digit(0)unset()
|
||||
XCalc*ti.button53.label: .
|
||||
XCalc*ti.button53.translations: #override<Btn1Down>,<Btn1Up>:decimal()unset()
|
||||
XCalc*ti.button54.label: +/-
|
||||
XCalc*ti.button54.translations: #override<Btn1Down>,<Btn1Up>:negate()unset()
|
||||
XCalc*ti.button55.label: =
|
||||
XCalc*ti.button55.translations: #override<Btn1Down>,<Btn1Up>:equal()unset()
|
||||
|
||||
XCalc*ti.button1.horizDistance: 4
|
||||
XCalc*ti.button1.vertDistance: 12
|
||||
XCalc*ti.button1.fromVert: bevel
|
||||
XCalc*ti.button2.fromHoriz: button1
|
||||
XCalc*ti.button2.fromVert: bevel
|
||||
XCalc*ti.button2.vertDistance: 12
|
||||
XCalc*ti.button3.fromHoriz: button2
|
||||
XCalc*ti.button3.fromVert: bevel
|
||||
XCalc*ti.button3.vertDistance: 12
|
||||
XCalc*ti.button4.fromHoriz: button3
|
||||
XCalc*ti.button4.fromVert: bevel
|
||||
XCalc*ti.button4.vertDistance: 12
|
||||
XCalc*ti.button5.fromHoriz: button4
|
||||
XCalc*ti.button5.fromVert: bevel
|
||||
XCalc*ti.button5.vertDistance: 12
|
||||
|
||||
XCalc*ti.button6.horizDistance: 4
|
||||
XCalc*ti.button6.fromVert: button1
|
||||
XCalc*ti.button7.fromHoriz: button6
|
||||
XCalc*ti.button7.fromVert: button2
|
||||
XCalc*ti.button8.fromHoriz: button7
|
||||
XCalc*ti.button8.fromVert: button3
|
||||
XCalc*ti.button9.fromHoriz: button8
|
||||
XCalc*ti.button9.fromVert: button4
|
||||
XCalc*ti.button10.fromHoriz: button9
|
||||
XCalc*ti.button10.fromVert: button5
|
||||
|
||||
XCalc*ti.button11.horizDistance: 4
|
||||
XCalc*ti.button11.fromVert: button6
|
||||
XCalc*ti.button12.fromHoriz: button11
|
||||
XCalc*ti.button12.fromVert: button7
|
||||
XCalc*ti.button13.fromHoriz: button12
|
||||
XCalc*ti.button13.fromVert: button8
|
||||
XCalc*ti.button14.fromHoriz: button13
|
||||
XCalc*ti.button14.fromVert: button9
|
||||
XCalc*ti.button15.fromHoriz: button14
|
||||
XCalc*ti.button15.fromVert: button10
|
||||
|
||||
XCalc*ti.button16.horizDistance: 4
|
||||
XCalc*ti.button16.fromVert: button11
|
||||
XCalc*ti.button17.fromHoriz: button16
|
||||
XCalc*ti.button17.fromVert: button12
|
||||
XCalc*ti.button18.fromHoriz: button17
|
||||
XCalc*ti.button18.fromVert: button13
|
||||
XCalc*ti.button19.fromHoriz: button18
|
||||
XCalc*ti.button19.fromVert: button14
|
||||
XCalc*ti.button20.fromHoriz: button19
|
||||
XCalc*ti.button20.fromVert: button15
|
||||
|
||||
XCalc*ti.button21.horizDistance: 4
|
||||
XCalc*ti.button21.fromVert: button16
|
||||
XCalc*ti.button22.fromHoriz: button21
|
||||
XCalc*ti.button22.fromVert: button17
|
||||
XCalc*ti.button23.fromHoriz: button22
|
||||
XCalc*ti.button23.fromVert: button18
|
||||
XCalc*ti.button24.fromHoriz: button23
|
||||
XCalc*ti.button24.fromVert: button19
|
||||
XCalc*ti.button25.fromHoriz: button24
|
||||
XCalc*ti.button25.fromVert: button20
|
||||
|
||||
XCalc*ti.button26.horizDistance: 4
|
||||
XCalc*ti.button26.fromVert: button21
|
||||
XCalc*ti.button27.fromHoriz: button26
|
||||
XCalc*ti.button27.fromVert: button22
|
||||
XCalc*ti.button28.fromHoriz: button27
|
||||
XCalc*ti.button28.fromVert: button23
|
||||
XCalc*ti.button29.fromHoriz: button28
|
||||
XCalc*ti.button29.fromVert: button24
|
||||
XCalc*ti.button30.fromHoriz: button29
|
||||
XCalc*ti.button30.fromVert: button25
|
||||
|
||||
XCalc*ti.button31.horizDistance: 4
|
||||
XCalc*ti.button31.fromVert: button26
|
||||
XCalc*ti.button32.fromHoriz: button31
|
||||
XCalc*ti.button32.fromVert: button27
|
||||
XCalc*ti.button33.fromHoriz: button32
|
||||
XCalc*ti.button33.fromVert: button28
|
||||
XCalc*ti.button34.fromHoriz: button33
|
||||
XCalc*ti.button34.fromVert: button29
|
||||
XCalc*ti.button35.fromHoriz: button34
|
||||
XCalc*ti.button35.fromVert: button30
|
||||
|
||||
XCalc*ti.button36.horizDistance: 4
|
||||
XCalc*ti.button36.fromVert: button31
|
||||
XCalc*ti.button37.fromHoriz: button36
|
||||
XCalc*ti.button37.fromVert: button32
|
||||
XCalc*ti.button38.fromHoriz: button37
|
||||
XCalc*ti.button38.fromVert: button33
|
||||
XCalc*ti.button39.fromHoriz: button38
|
||||
XCalc*ti.button39.fromVert: button34
|
||||
XCalc*ti.button40.fromHoriz: button39
|
||||
XCalc*ti.button40.fromVert: button35
|
||||
|
||||
XCalc*ti.button41.horizDistance: 4
|
||||
XCalc*ti.button41.fromVert: button36
|
||||
XCalc*ti.button42.fromHoriz: button41
|
||||
XCalc*ti.button42.fromVert: button37
|
||||
XCalc*ti.button43.fromHoriz: button42
|
||||
XCalc*ti.button43.fromVert: button38
|
||||
XCalc*ti.button44.fromHoriz: button43
|
||||
XCalc*ti.button44.fromVert: button39
|
||||
XCalc*ti.button45.fromHoriz: button44
|
||||
XCalc*ti.button45.fromVert: button40
|
||||
|
||||
XCalc*ti.button46.horizDistance: 4
|
||||
XCalc*ti.button46.fromVert: button41
|
||||
XCalc*ti.button47.fromHoriz: button46
|
||||
XCalc*ti.button47.fromVert: button42
|
||||
XCalc*ti.button48.fromHoriz: button47
|
||||
XCalc*ti.button48.fromVert: button43
|
||||
XCalc*ti.button49.fromHoriz: button48
|
||||
XCalc*ti.button49.fromVert: button44
|
||||
XCalc*ti.button50.fromHoriz: button49
|
||||
XCalc*ti.button50.fromVert: button45
|
||||
|
||||
XCalc*ti.button51.horizDistance: 4
|
||||
XCalc*ti.button51.fromVert: button46
|
||||
XCalc*ti.button52.fromHoriz: button51
|
||||
XCalc*ti.button52.fromVert: button47
|
||||
XCalc*ti.button53.fromHoriz: button52
|
||||
XCalc*ti.button53.fromVert: button48
|
||||
XCalc*ti.button54.fromHoriz: button53
|
||||
XCalc*ti.button54.fromVert: button49
|
||||
XCalc*ti.button55.fromHoriz: button54
|
||||
XCalc*ti.button55.fromVert: button50
|
||||
|
||||
!XCalc*hp.Geometry: 336x164
|
||||
XCalc*hp.bevel.screen.LCD.width: 186
|
||||
|
||||
XCalc*hp.bevel.screen.LCD.translations: #replace\n\
|
||||
Ctrl<Key>c:quit()\n\
|
||||
Ctrl<Key>h:back()\n\
|
||||
None<Key>0:digit(0)\n\
|
||||
None<Key>1:digit(1)\n\
|
||||
None<Key>2:digit(2)\n\
|
||||
None<Key>3:digit(3)\n\
|
||||
None<Key>4:digit(4)\n\
|
||||
None<Key>5:digit(5)\n\
|
||||
None<Key>6:digit(6)\n\
|
||||
None<Key>7:digit(7)\n\
|
||||
None<Key>8:digit(8)\n\
|
||||
None<Key>9:digit(9)\n\
|
||||
<Key>KP_0:digit(0)\n\
|
||||
<Key>KP_1:digit(1)\n\
|
||||
<Key>KP_2:digit(2)\n\
|
||||
<Key>KP_3:digit(3)\n\
|
||||
<Key>KP_4:digit(4)\n\
|
||||
<Key>KP_5:digit(5)\n\
|
||||
<Key>KP_6:digit(6)\n\
|
||||
<Key>KP_7:digit(7)\n\
|
||||
<Key>KP_8:digit(8)\n\
|
||||
<Key>KP_9:digit(9)\n\
|
||||
<Key>KP_Enter:enter()\n\
|
||||
<Key>KP_Multiply:multiply()\n\
|
||||
<Key>KP_Add:add()\n\
|
||||
<Key>KP_Subtract:subtract()\n\
|
||||
<Key>KP_Decimal:decimal()\n\
|
||||
<Key>KP_Divide:divide()\n\
|
||||
:<Key>.:decimal()\n\
|
||||
:<Key>+:add()\n\
|
||||
:<Key>-:subtract()\n\
|
||||
:<Key>*:multiply()\n\
|
||||
:<Key>/:divide()\n\
|
||||
:<Key>!:factorial()\n\
|
||||
<Key>e:e()\n\
|
||||
:<Key>^:power()\n\
|
||||
<Key>p:pi()\n\
|
||||
<Key>i:inverse()\n\
|
||||
<Key>s:sine()\n\
|
||||
<Key>c:cosine()\n\
|
||||
<Key>t:tangent()\n\
|
||||
<Key>d:degree()\n\
|
||||
<Key>l:naturalLog()\n\
|
||||
<Key>n:negate()\n\
|
||||
<Key>r:squareRoot()\n\
|
||||
<Key>space:clear()\n\
|
||||
<Key>q:quit()\n\
|
||||
<Key>Delete:back()\n\
|
||||
<Key>Return:enter()\n\
|
||||
<Key>Linefeed:enter()\n\
|
||||
<Key>x:XexchangeY()\n\
|
||||
<Key>BackSpace:back()\n\
|
||||
<Btn1Down>,<Btn1Up>:toggle()selection()\n
|
||||
|
||||
XCalc*hp.button1.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
|
||||
XCalc*hp.button1.label: \326\140
|
||||
XCalc*hp.button1.translations: #override<Btn1Down>,<Btn1Up>:squareRoot()unset()
|
||||
XCalc*hp.button2.label: e^x
|
||||
XCalc*hp.button2.translations: #override<Btn1Down>,<Btn1Up>:epower()unset()
|
||||
XCalc*hp.button3.label: 10^x
|
||||
XCalc*hp.button3.translations: #override<Btn1Down>,<Btn1Up>:tenpower()unset()
|
||||
XCalc*hp.button4.label: y^x
|
||||
XCalc*hp.button4.translations: #override<Btn1Down>,<Btn1Up>:power()unset()
|
||||
XCalc*hp.button5.label: 1/x
|
||||
XCalc*hp.button5.translations: #override<Btn1Down>,<Btn1Up>:reciprocal()unset()
|
||||
XCalc*hp.button6.label: CHS
|
||||
XCalc*hp.button6.translations: #override<Btn1Down>,<Btn1Up>:negate()unset()
|
||||
XCalc*hp.button7.label: 7
|
||||
XCalc*hp.button7.translations: #override<Btn1Down>,<Btn1Up>:digit(7)unset()
|
||||
XCalc*hp.button8.label: 8
|
||||
XCalc*hp.button8.translations: #override<Btn1Down>,<Btn1Up>:digit(8)unset()
|
||||
XCalc*hp.button9.label: 9
|
||||
XCalc*hp.button9.translations: #override<Btn1Down>,<Btn1Up>:digit(9)unset()
|
||||
XCalc*hp.button10.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
|
||||
XCalc*hp.button10.label: \270
|
||||
XCalc*hp.button10.translations: #override<Btn1Down>,<Btn1Up>:divide()unset()
|
||||
|
||||
XCalc*hp.button11.label: x!
|
||||
XCalc*hp.button11.translations: #override<Btn1Down>,<Btn1Up>:factorial()unset()
|
||||
XCalc*hp.button12.font: -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
|
||||
XCalc*hp.button12.label: \160
|
||||
XCalc*hp.button12.translations: #override<Btn1Down>,<Btn1Up>:pi()unset()
|
||||
XCalc*hp.button13.label: sin
|
||||
XCalc*hp.button13.translations: #override<Btn1Down>,<Btn1Up>:sine()unset()
|
||||
XCalc*hp.button14.label: cos
|
||||
XCalc*hp.button14.translations: #override<Btn1Down>,<Btn1Up>:cosine()unset()
|
||||
XCalc*hp.button15.label: tan
|
||||
XCalc*hp.button15.translations: #override<Btn1Down>,<Btn1Up>:tangent()unset()
|
||||
XCalc*hp.button16.label: EEX
|
||||
XCalc*hp.button16.translations: #override<Btn1Down>,<Btn1Up>:scientific()unset()
|
||||
XCalc*hp.button17.label: 4
|
||||
XCalc*hp.button17.translations: #override<Btn1Down>,<Btn1Up>:digit(4)unset()
|
||||
XCalc*hp.button18.label: 5
|
||||
XCalc*hp.button18.translations: #override<Btn1Down>,<Btn1Up>:digit(5)unset()
|
||||
XCalc*hp.button19.label: 6
|
||||
XCalc*hp.button19.translations: #override<Btn1Down>,<Btn1Up>:digit(6)unset()
|
||||
XCalc*hp.button20.label: *
|
||||
XCalc*hp.button20.translations: #override<Btn1Down>,<Btn1Up>:multiply()unset()
|
||||
|
||||
XCalc*hp.button21.mappedWhenManaged: False
|
||||
XCalc*hp.button22.mappedWhenManaged: False
|
||||
XCalc*hp.button23.label: Rv
|
||||
XCalc*hp.button23.translations: #override<Btn1Down>,<Btn1Up>:roll()unset()
|
||||
XCalc*hp.button24.label: x:y
|
||||
XCalc*hp.button24.translations: #override<Btn1Down>,<Btn1Up>:XexchangeY()unset()
|
||||
XCalc*hp.button25.label: <-
|
||||
XCalc*hp.button25.translations: #override<Btn1Down>,<Btn1Up>:back()unset()
|
||||
XCalc*hp.button26.label: E\nN\nT\nE\nR
|
||||
XCalc*hp.button26.translations: #override<Btn1Down>,<Btn1Up>:enter()unset()
|
||||
XCalc*hp.button27.label: 1
|
||||
XCalc*hp.button27.translations: #override<Btn1Down>,<Btn1Up>:digit(1)unset()
|
||||
XCalc*hp.button28.label: 2
|
||||
XCalc*hp.button28.translations: #override<Btn1Down>,<Btn1Up>:digit(2)unset()
|
||||
XCalc*hp.button29.label: 3
|
||||
XCalc*hp.button29.translations: #override<Btn1Down>,<Btn1Up>:digit(3)unset()
|
||||
XCalc*hp.button30.label: -
|
||||
XCalc*hp.button30.translations: #override<Btn1Down>,<Btn1Up>:subtract()unset()
|
||||
|
||||
XCalc*hp.button31.label: ON
|
||||
XCalc*hp.button31.translations: #override<Btn1Down>,<Btn1Up>:off()unset()\n\
|
||||
<Btn3Down>,<Btn3Up>:quit()
|
||||
XCalc*hp.button32.label: DRG
|
||||
XCalc*hp.button32.translations: #override<Btn1Down>,<Btn1Up>:degree()unset()
|
||||
XCalc*hp.button33.label: INV
|
||||
XCalc*hp.button33.translations: #override<Btn1Down>,<Btn1Up>:inverse()unset()
|
||||
XCalc*hp.button34.label: STO
|
||||
XCalc*hp.button34.translations: #override<Btn1Down>,<Btn1Up>:store()unset()
|
||||
XCalc*hp.button35.label: RCL
|
||||
XCalc*hp.button35.translations: #override<Btn1Down>,<Btn1Up>:recall()unset()
|
||||
XCalc*hp.button36.label: 0
|
||||
XCalc*hp.button36.translations: #override<Btn1Down>,<Btn1Up>:digit(0)unset()
|
||||
XCalc*hp.button37.label: .
|
||||
XCalc*hp.button37.translations: #override<Btn1Down>,<Btn1Up>:decimal()unset()
|
||||
XCalc*hp.button38.label: SUM
|
||||
XCalc*hp.button38.translations: #override<Btn1Down>,<Btn1Up>:sum()unset()
|
||||
XCalc*hp.button39.label: +
|
||||
XCalc*hp.button39.translations: #override<Btn1Down>,<Btn1Up>:add()unset()
|
||||
|
||||
XCalc*hp.button1.horizDistance: 4
|
||||
XCalc*hp.button1.vertDistance: 12
|
||||
XCalc*hp.button1.fromVert: bevel
|
||||
XCalc*hp.button2.fromHoriz: button1
|
||||
XCalc*hp.button2.fromVert: bevel
|
||||
XCalc*hp.button2.vertDistance: 12
|
||||
XCalc*hp.button3.fromHoriz: button2
|
||||
XCalc*hp.button3.fromVert: bevel
|
||||
XCalc*hp.button3.vertDistance: 12
|
||||
XCalc*hp.button4.fromHoriz: button3
|
||||
XCalc*hp.button4.fromVert: bevel
|
||||
XCalc*hp.button4.vertDistance: 12
|
||||
XCalc*hp.button5.fromHoriz: button4
|
||||
XCalc*hp.button5.fromVert: bevel
|
||||
XCalc*hp.button5.vertDistance: 12
|
||||
XCalc*hp.button6.fromHoriz: button5
|
||||
XCalc*hp.button6.fromVert: bevel
|
||||
XCalc*hp.button6.vertDistance: 12
|
||||
XCalc*hp.button7.fromHoriz: button6
|
||||
XCalc*hp.button7.fromVert: bevel
|
||||
XCalc*hp.button7.vertDistance: 12
|
||||
XCalc*hp.button8.fromHoriz: button7
|
||||
XCalc*hp.button8.fromVert: bevel
|
||||
XCalc*hp.button8.vertDistance: 12
|
||||
XCalc*hp.button9.fromHoriz: button8
|
||||
XCalc*hp.button9.fromVert: bevel
|
||||
XCalc*hp.button9.vertDistance: 12
|
||||
XCalc*hp.button10.fromHoriz: button9
|
||||
XCalc*hp.button10.fromVert: bevel
|
||||
XCalc*hp.button10.vertDistance: 12
|
||||
|
||||
XCalc*hp.button11.horizDistance: 4
|
||||
XCalc*hp.button11.fromVert: button1
|
||||
XCalc*hp.button12.fromHoriz: button11
|
||||
XCalc*hp.button12.fromVert: button2
|
||||
XCalc*hp.button13.fromHoriz: button12
|
||||
XCalc*hp.button13.fromVert: button3
|
||||
XCalc*hp.button14.fromHoriz: button13
|
||||
XCalc*hp.button14.fromVert: button4
|
||||
XCalc*hp.button15.fromHoriz: button14
|
||||
XCalc*hp.button15.fromVert: button5
|
||||
XCalc*hp.button16.fromHoriz: button15
|
||||
XCalc*hp.button16.fromVert: button6
|
||||
XCalc*hp.button17.fromHoriz: button16
|
||||
XCalc*hp.button17.fromVert: button7
|
||||
XCalc*hp.button18.fromHoriz: button17
|
||||
XCalc*hp.button18.fromVert: button8
|
||||
XCalc*hp.button19.fromHoriz: button18
|
||||
XCalc*hp.button19.fromVert: button9
|
||||
XCalc*hp.button20.fromHoriz: button19
|
||||
XCalc*hp.button20.fromVert: button10
|
||||
|
||||
XCalc*hp.button21.horizDistance: 4
|
||||
XCalc*hp.button21.fromVert: button11
|
||||
XCalc*hp.button22.fromHoriz: button21
|
||||
XCalc*hp.button22.fromVert: button12
|
||||
XCalc*hp.button23.fromHoriz: button22
|
||||
XCalc*hp.button23.fromVert: button13
|
||||
XCalc*hp.button24.fromHoriz: button23
|
||||
XCalc*hp.button24.fromVert: button14
|
||||
XCalc*hp.button25.fromHoriz: button24
|
||||
XCalc*hp.button25.fromVert: button15
|
||||
XCalc*hp.button26.fromHoriz: button25
|
||||
XCalc*hp.button26.fromVert: button16
|
||||
XCalc*hp.button26.font: 6x12
|
||||
XCalc*hp.button26.height: 56
|
||||
XCalc*hp.button27.fromHoriz: button26
|
||||
XCalc*hp.button27.fromVert: button17
|
||||
XCalc*hp.button28.fromHoriz: button27
|
||||
XCalc*hp.button28.fromVert: button18
|
||||
XCalc*hp.button29.fromHoriz: button28
|
||||
XCalc*hp.button29.fromVert: button19
|
||||
XCalc*hp.button30.fromHoriz: button29
|
||||
XCalc*hp.button30.fromVert: button20
|
||||
|
||||
XCalc*hp.button31.horizDistance: 4
|
||||
XCalc*hp.button31.fromVert: button21
|
||||
XCalc*hp.button32.fromHoriz: button31
|
||||
XCalc*hp.button32.fromVert: button22
|
||||
XCalc*hp.button33.fromHoriz: button32
|
||||
XCalc*hp.button33.fromVert: button23
|
||||
XCalc*hp.button34.fromHoriz: button33
|
||||
XCalc*hp.button34.fromVert: button24
|
||||
XCalc*hp.button35.fromHoriz: button34
|
||||
XCalc*hp.button35.fromVert: button25
|
||||
XCalc*hp.button36.fromHoriz: button26
|
||||
XCalc*hp.button36.fromVert: button27
|
||||
XCalc*hp.button37.fromHoriz: button36
|
||||
XCalc*hp.button37.fromVert: button28
|
||||
XCalc*hp.button38.fromHoriz: button37
|
||||
XCalc*hp.button38.fromVert: button29
|
||||
XCalc*hp.button39.fromHoriz: button38
|
||||
XCalc*hp.button39.fromVert: button30
|
225
usr/lib/win-kex/VcXsrv/XCalc-color
Executable file
225
usr/lib/win-kex/VcXsrv/XCalc-color
Executable file
@@ -0,0 +1,225 @@
|
||||
#include "XCalc"
|
||||
|
||||
XCalc*ti.backgroundPixmap: gray3?foreground=gray70&background=gray85
|
||||
XCalc*.bevel.background: gray80
|
||||
XCalc*.bevel.displayList: foreground gray90;lines -1,0,0,0,0,-1;lines 3,-4,-4,-4,-4,3
|
||||
|
||||
XCalc*.bevel.borderColor: gray60
|
||||
XCalc*.bevel.borderWidth: 1
|
||||
XCalc*.bevel.vertDistance: 4
|
||||
XCalc*.bevel.defaultDistance: 4
|
||||
XCalc*.bevel.screen.vertDistance: 4
|
||||
XCalc*.bevel.screen.horizDistance: 4
|
||||
XCalc*.bevel.screen*left: chainLeft
|
||||
XCalc*.bevel.screen*right: chainRight
|
||||
XCalc*.bevel.screen*top: chainTop
|
||||
XCalc*.bevel.screen*bottom: chainBottom
|
||||
XCalc*.bevel.screen*background: rgb:9/a/9
|
||||
XCalc*.bevel.screen.borderColor: gray50
|
||||
XCalc*.bevel.screen*LCD.foreground: gray20
|
||||
XCalc*.bevel.screen*INV.vertDistance: 2
|
||||
|
||||
! T e x a s I n s t r u m e n t s T I - 3 0
|
||||
|
||||
XCalc*ti.Command.shapeStyle: roundedRectangle
|
||||
XCalc*ti.Command.displayList: foreground rgb:a/b/c;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
|
||||
XCalc*ti.Command.borderColor: rgb:8/9/a
|
||||
XCalc*ti.Command.background: rgb:c/d/e
|
||||
XCalc*ti.Command.foreground: gray5
|
||||
|
||||
XCalc*ti.button20.foreground: gray5
|
||||
XCalc*ti.button20.background: rgb:e/d/c
|
||||
XCalc*ti.button20.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button20.borderColor: rgb:9/8/7
|
||||
|
||||
XCalc*ti.button25.foreground: gray5
|
||||
XCalc*ti.button25.background: rgb:e/d/c
|
||||
XCalc*ti.button25.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button25.borderColor: rgb:9/8/7
|
||||
|
||||
XCalc*ti.button30.foreground: gray5
|
||||
XCalc*ti.button30.background: rgb:e/d/c
|
||||
XCalc*ti.button30.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button30.borderColor: rgb:9/8/7
|
||||
|
||||
XCalc*ti.button35.foreground: gray5
|
||||
XCalc*ti.button35.background: rgb:e/d/c
|
||||
XCalc*ti.button35.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button35.borderColor: rgb:9/8/7
|
||||
|
||||
XCalc*ti.button40.foreground: gray5
|
||||
XCalc*ti.button40.background: rgb:e/d/c
|
||||
XCalc*ti.button40.displayList: foreground rgb:a/9/8;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button40.borderColor: rgb:9/8/7
|
||||
|
||||
|
||||
|
||||
XCalc*ti.button22.background: gray95
|
||||
XCalc*ti.button22.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button22.borderColor: gray65
|
||||
|
||||
XCalc*ti.button23.background: gray95
|
||||
XCalc*ti.button23.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button23.borderColor: gray65
|
||||
|
||||
XCalc*ti.button24.background: gray95
|
||||
XCalc*ti.button24.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button24.borderColor: gray65
|
||||
|
||||
XCalc*ti.button27.background: gray95
|
||||
XCalc*ti.button27.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button27.borderColor: gray65
|
||||
|
||||
XCalc*ti.button28.background: gray95
|
||||
XCalc*ti.button28.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button28.borderColor: gray65
|
||||
|
||||
XCalc*ti.button29.background: gray95
|
||||
XCalc*ti.button29.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button29.borderColor: gray65
|
||||
|
||||
XCalc*ti.button32.background: gray95
|
||||
XCalc*ti.button32.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button32.borderColor: gray65
|
||||
|
||||
XCalc*ti.button33.background: gray95
|
||||
XCalc*ti.button33.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button33.borderColor: gray65
|
||||
|
||||
XCalc*ti.button34.background: gray95
|
||||
XCalc*ti.button34.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button34.borderColor: gray65
|
||||
|
||||
XCalc*ti.button37.background: gray95
|
||||
XCalc*ti.button37.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button37.borderColor: gray65
|
||||
|
||||
XCalc*ti.button38.background: gray95
|
||||
XCalc*ti.button38.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button38.borderColor: gray65
|
||||
|
||||
XCalc*ti.button39.background: gray95
|
||||
XCalc*ti.button39.displayList: foreground gray75;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
XCalc*ti.button39.borderColor: gray65
|
||||
|
||||
! H e w l e t t - P a c k a r d 1 0 C
|
||||
|
||||
XCalc*hp.Command.shapeStyle: roundedRectangle
|
||||
XCalc*hp.background: wheat
|
||||
|
||||
XCalc*hp.Command.background: peru
|
||||
XCalc*hp.Command.foreground: white
|
||||
|
||||
! Unused buttons. (Make invisible.)
|
||||
XCalc*hp.button21.background: wheat
|
||||
XCalc*hp.button22.background: wheat
|
||||
|
||||
! ON button
|
||||
XCalc*hp.button31.background: goldenrod
|
||||
XCalc*hp.button31.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
!XCalc*hp.button31.foreground: white
|
||||
|
||||
! SQRT
|
||||
XCalc*hp.button1.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! e^x
|
||||
XCalc*hp.button2.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! 10^x
|
||||
XCalc*hp.button3.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! y^x
|
||||
XCalc*hp.button4.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! 1/c
|
||||
XCalc*hp.button5.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! CHS
|
||||
XCalc*hp.button6.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! x!
|
||||
XCalc*hp.button11.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! pi
|
||||
XCalc*hp.button12.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! sin
|
||||
XCalc*hp.button13.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! cos
|
||||
XCalc*hp.button14.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! tan
|
||||
XCalc*hp.button15.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! EEX
|
||||
XCalc*hp.button16.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! Rv
|
||||
XCalc*hp.button23.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! x:y
|
||||
XCalc*hp.button24.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! <-
|
||||
XCalc*hp.button25.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! ENTER
|
||||
XCalc*hp.button26.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! DRG
|
||||
XCalc*hp.button32.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! INV
|
||||
XCalc*hp.button33.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! STO
|
||||
XCalc*hp.button34.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
!RCL
|
||||
XCalc*hp.button35.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
|
||||
! "Operator" keys.
|
||||
! Divide key
|
||||
XCalc*hp.button10.background: SteelBlue
|
||||
XCalc*hp.button10.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! Multiply key
|
||||
XCalc*hp.button20.background: SteelBlue
|
||||
XCalc*hp.button20.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! Minus key
|
||||
XCalc*hp.button30.background: SteelBlue
|
||||
XCalc*hp.button30.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! SUM
|
||||
XCalc*hp.button38.background: SteelBlue
|
||||
XCalc*hp.button38.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! Plus key
|
||||
XCalc*hp.button39.background: SteelBlue
|
||||
XCalc*hp.button39.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
|
||||
! "Number" keys.
|
||||
! "7"
|
||||
XCalc*hp.button7.background: white
|
||||
XCalc*hp.button7.foreground: black
|
||||
XCalc*hp.button7.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "8"
|
||||
XCalc*hp.button8.background: white
|
||||
XCalc*hp.button8.foreground: black
|
||||
XCalc*hp.button8.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "9"
|
||||
XCalc*hp.button9.background: white
|
||||
XCalc*hp.button9.foreground: black
|
||||
XCalc*hp.button9.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "4"
|
||||
XCalc*hp.button17.background: white
|
||||
XCalc*hp.button17.foreground: black
|
||||
XCalc*hp.button17.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "5"
|
||||
XCalc*hp.button18.background: white
|
||||
XCalc*hp.button18.foreground: black
|
||||
XCalc*hp.button18.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "6"
|
||||
XCalc*hp.button19.background: white
|
||||
XCalc*hp.button19.foreground: black
|
||||
XCalc*hp.button19.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "1"
|
||||
XCalc*hp.button27.background: white
|
||||
XCalc*hp.button27.foreground: black
|
||||
XCalc*hp.button27.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "2"
|
||||
XCalc*hp.button28.background: white
|
||||
XCalc*hp.button28.foreground: black
|
||||
XCalc*hp.button28.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "3"
|
||||
XCalc*hp.button29.background: white
|
||||
XCalc*hp.button29.foreground: black
|
||||
XCalc*hp.button29.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "0"
|
||||
XCalc*hp.button36.background: white
|
||||
XCalc*hp.button36.foreground: black
|
||||
XCalc*hp.button36.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
||||
! "."
|
||||
XCalc*hp.button37.background: white
|
||||
XCalc*hp.button37.foreground: black
|
||||
XCalc*hp.button37.displayList: foreground rgb:b/b/b;segments 8,-4,-9,-4,-4,-9,-4,8;draw-arc -14,-14,-4,-4,270,90
|
1
usr/lib/win-kex/VcXsrv/XClock
Executable file
1
usr/lib/win-kex/VcXsrv/XClock
Executable file
@@ -0,0 +1 @@
|
||||
XClock.input: false
|
10
usr/lib/win-kex/VcXsrv/XClock-color
Executable file
10
usr/lib/win-kex/VcXsrv/XClock-color
Executable file
@@ -0,0 +1,10 @@
|
||||
! $XFree86$
|
||||
|
||||
#include "XClock"
|
||||
|
||||
XClock.Clock.hourColor: rgba:7f/00/00/c0
|
||||
XClock.Clock.minuteColor: rgba:00/7f/7f/c0
|
||||
XClock.Clock.secondColor: rgba:00/00/ff/80
|
||||
XClock.Clock.majorColor: rgba:7f/00/00/c0
|
||||
XClock.Clock.minorColor: rgba:00/7f/7f/c0
|
||||
|
1022
usr/lib/win-kex/VcXsrv/XErrorDB
Executable file
1022
usr/lib/win-kex/VcXsrv/XErrorDB
Executable file
File diff suppressed because it is too large
Load Diff
44
usr/lib/win-kex/VcXsrv/Xcms.txt
Executable file
44
usr/lib/win-kex/VcXsrv/Xcms.txt
Executable file
@@ -0,0 +1,44 @@
|
||||
/*
|
||||
* (c) Copyright 1990 1991 Tektronix Inc.
|
||||
* All Rights Reserved
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software and its
|
||||
* documentation for any purpose and without fee is hereby granted,
|
||||
* provided that the above copyright notice appear in all copies and that
|
||||
* both that copyright notice and this permission notice appear in
|
||||
* supporting documentation, and that the name of Tektronix not be used
|
||||
* in advertising or publicity pertaining to distribution of the software
|
||||
* without specific, written prior permission.
|
||||
*
|
||||
* Tektronix disclaims all warranties with regard to this software, including
|
||||
* all implied warranties of merchantability and fitness, in no event shall
|
||||
* Tektronix be liable for any special, indirect or consequential damages or
|
||||
* any damages whatsoever resulting from loss of use, data or profits,
|
||||
* whether in an action of contract, negligence or other tortious action,
|
||||
* arising out of or in connection with the use or performance of this
|
||||
* software.
|
||||
*
|
||||
*
|
||||
* NAME
|
||||
* Xcms.txt
|
||||
*
|
||||
* DESCRIPTION
|
||||
* Sample Color Name Database
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
This device-independent color name database is provided just as an example.
|
||||
There are no claims that these color specifications are or should be bound
|
||||
to the corresponding color name.
|
||||
|
||||
As you can see, the start of the database is indicated by "XCMS_COLORDB_START".
|
||||
Anything before this is assumed to be comments. The "0.1" indicates the
|
||||
version number of the format/syntax used in this file. The color name is
|
||||
delimited from the color specification by one or more tabs.
|
||||
|
||||
XCMS_COLORDB_START 0.1
|
||||
cms red CIEXYZ:0.3811/0.2073/0.0213
|
||||
cms green CIEXYZ:0.3203/0.6805/0.1430
|
||||
cms blue CIEXYZ:0.2483/0.1122/1.2417
|
||||
XCMS_COLORDB_END
|
236
usr/lib/win-kex/VcXsrv/XtErrorDB
Executable file
236
usr/lib/win-kex/VcXsrv/XtErrorDB
Executable file
@@ -0,0 +1,236 @@
|
||||
#****************************************************************************
|
||||
#* *
|
||||
#* COPYRIGHT (c) 1988 BY *
|
||||
#* DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. *
|
||||
#* ALL RIGHTS RESERVED *
|
||||
#* *
|
||||
#* THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED *
|
||||
#* ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE *
|
||||
#* INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR ANY OTHER *
|
||||
#* COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY *
|
||||
#* OTHER PERSON. NO TITLE TO AND OWNERSHIP OF THE SOFTWARE IS HEREBY *
|
||||
#* TRANSFERRED. *
|
||||
#* *
|
||||
#* THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE *
|
||||
#* AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT *
|
||||
#* CORPORATION. *
|
||||
#* *
|
||||
#* DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR RELIABILITY OF ITS *
|
||||
#* SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL. *
|
||||
#* *
|
||||
#****************************************************************************
|
||||
#*++
|
||||
#* FACILITY:
|
||||
#*
|
||||
#* < to be supplied >
|
||||
#*
|
||||
#* ABSTRACT:
|
||||
#*
|
||||
#* < to be supplied >
|
||||
#*
|
||||
#* ENVIRONMENT:
|
||||
#*
|
||||
#* < to be supplied >
|
||||
#*
|
||||
#* MODIFICATION HISTORY:
|
||||
#*
|
||||
#* < to be supplied >
|
||||
#*
|
||||
#*--
|
||||
#
|
||||
# toolkit error and warning messages - used in XtGetErrorDatabaseText
|
||||
#
|
||||
# toolkit error messages:
|
||||
#
|
||||
# CALLING SEQUENCE:
|
||||
#
|
||||
# DWTERROR(key, message)
|
||||
# XtError (key, "dwtlibError", "DwtlibError", message, NULL, NULL)
|
||||
#
|
||||
# XtError(name,type,class,defaultp,params,num_params)
|
||||
# (*errorHandler)(name,type,class,defaultp,params,num_params);
|
||||
#
|
||||
# _XtDefaultError (name,type,class,defaultp,params,num_params)
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, 1000);
|
||||
#
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, nbytes)
|
||||
# (void) sprintf(temp, "%s.%s", name, type);
|
||||
# (void) XrmGetResource(errorDB, temp, class, &type_str, &result);
|
||||
#
|
||||
attacheddbCircularDependency.dwtlibError: Circular dependency in Attached Dialog Box children
|
||||
ClipBoardBadDataType.dwtlibError: bad data type
|
||||
ClipBoardCorrupt.dwtlibError: internal error - corrupt data structure
|
||||
CvtStringToFontList.dwtlibError: String to FontList conversion needs character_set and screen
|
||||
fao_main.dwtlibError: DDIS CS functions have returned an undefined status
|
||||
HelpShellOneChild.dwtlibError: Helpshell widget only supports one child
|
||||
HiddenShellOneChild.dwtlibError: Hiddenshell widget only supports one child
|
||||
#
|
||||
# INTRINSIC ROUTINE ERROR MESSAGES
|
||||
#
|
||||
# CALLING SEQUENCE:
|
||||
#
|
||||
# XtError(name,type,class,defaultp,params,num_params)
|
||||
# (*errorHandler)(name,type,class,defaultp,params,num_params);
|
||||
#
|
||||
# _XtDefaultError (name,type,class,defaultp,params,num_params)
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, 1000);
|
||||
#
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, nbytes)
|
||||
# (void) sprintf(temp, "%s.%s", name, type);
|
||||
# (void) XrmGetResource(errorDB, temp, class, &type_str, &result);
|
||||
#
|
||||
allocError.malloc: Cannot perform malloc
|
||||
allocError.realloc: Cannot perform realloc
|
||||
allocError.calloc: Cannot perform calloc
|
||||
wrongParameters.cvtIntOrPixelToXColor: Pixel to color conversion needs screen and colormap arguments
|
||||
wrongParameters.cvtStringToPixel: String to pixel conversion needs screen and colormap arguments
|
||||
wrongParameters.cvtStringToCursor: String to cursor conversion needs screen argument
|
||||
wrongParamters.cvtStringToFont: String to font conversion needs screen argument
|
||||
wrongParameters.cvtStringToFontStruct: String to cursor conversion needs screen argument
|
||||
invalidParent.xtCreateWidget: XtCreateWidget requires non-NULL parent
|
||||
invalidClass.xtCreateWidget: XtCreateWidget requires non-NULL widget class
|
||||
nullProc.insertChild: NULL insert_child procedure
|
||||
invalidParameter.removePopupFromParent: RemovePopupFromParent requires non-NULL popuplist
|
||||
invalidParent.xtCreatePopupShell: XtCreatePopupShell requires non-NULL parent
|
||||
invalidClass.xtCreatePopupShell: XtCreatePopupShell requires non-NULL widget class
|
||||
invalidClass.xtCreateApplicationShell: XtCreateApplicationShell requires non-NULL widget class
|
||||
invalidParent.xtMakeGeometryRequest: XtMakeGeometryRequest - NULL parent. Use SetValues instead
|
||||
invalidParent.xtMakeGeometryRequest: XtMakeGeometryRequest - parent not composite
|
||||
invalidGeometryManager.xtMakeGeometryRequest: XtMakeGeometryRequest - parent has no geometry manger
|
||||
invalidDisplay.xtInitialize: Can't Open display
|
||||
invalidProcedure.realizeProc: No realize class procedure defined
|
||||
invalidProcedure.inheritanceProc: Unresolved inheritance operation
|
||||
communicationError.select: Select failed
|
||||
invalidParameter.xtAddInput: invalid condition passed to XtAddInput
|
||||
communicationError.notSelect: Error in notSelect
|
||||
communicationError.notSelect: Error in notSelect
|
||||
invalidClass.xtPopup: XtPopup requires a subclass of shellWidgetClass
|
||||
invalidClass.xtPopdown: XtPopdown requires a subclass of shellWidgetClass
|
||||
invalidArgCount.xtGetValues: Argument count > 0 on NULL argument list in XtGetValues
|
||||
invalidClass.constraintSetValue: Subclass of Constraint required in CallConstraintSetValues
|
||||
invalidArgCount.xtSetValues: Argument count > 0 on NULL argument list in XtSetValues
|
||||
noSelectionProperties.freeSelectionProperty: internal error: no selection property context for display
|
||||
invalidWindow.eventHandler: Event with wrong window
|
||||
invalidParameter.numberChildren: The root and popup shells widget only support one child
|
||||
invalidParameter.numberChildren: The root and popup shells widget only support one child
|
||||
missingEvent.shell: Events are disappearing from under Shell
|
||||
internalError.shell: Shell's window manager interaction is broken
|
||||
translationError.mergingTablesWithCycles: Trying to merge translation tables with cycles, and can't resolve this cycle
|
||||
invalidParameters.xtmenuPopup: XtMenuPopup called with num_params != 2
|
||||
invalidParameters.xtMenuPopup: Bad first parameter to _XtMenuPopup
|
||||
invalidPopup.xtMenuPopup: Can't find popup in _XtMenuPopup
|
||||
invalidParameters.xtMenuPopupAction: MenuPopup wants exactly one argument
|
||||
allocError.malloc: Cannot perform malloc
|
||||
allocError.realloc: Cannot perform realloc
|
||||
allocError.calloc: Cannot perform calloc
|
||||
#
|
||||
#
|
||||
# toolkit warning messages:
|
||||
#
|
||||
# CALLING SEQUENCE:
|
||||
#
|
||||
# DWTWARNING(key, message)
|
||||
# XtWarning (key, "dwtlibWarning", "DwtlibWarning", message, NULL, NULL)
|
||||
#
|
||||
# XtWarning(name,type,class,defaultp,params,num_params)
|
||||
# (*warningHandler)(name,type,class,defaultp,params,num_params);
|
||||
#
|
||||
# _XtDefaultWarning (name,type,class,defaultp,params,num_params)
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, 1000);
|
||||
#
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, nbytes)
|
||||
# (void) sprintf(temp, "%s.%s", name, type);
|
||||
# (void) XrmGetResource(errorDB, temp, class, &type_str, &result);
|
||||
#
|
||||
CSCharSetIdOutOfRange.dwtlibWarning: get_charset: Character set ID is out of range
|
||||
DialogPopupParent.dwtlibWarning: Parent of DwtModal/Modeless Dialog widget must be Shell
|
||||
STextCantFindPosition.dwtlibWarning: Can't find position in MovePreviousLine???
|
||||
MenuUnrealizedParent.dwtlibWarning: Can not create a popup menu with unrealized parent
|
||||
PulldownNoSubMenu.dwtlibWarning: Can not create a pulldown without a submenu.
|
||||
PulldownBadParent.dwtlibWarning: Pulldown widgets must have menuclass parents!
|
||||
PulldownBadParent.dwtlibWarning: Pulldown widgets must have menuclass parents!
|
||||
PushButton.dwtlibWarning: Accelerator translation table overflow
|
||||
ToggleButton.dwtlibWarning: Accelerator translation table overflow
|
||||
#
|
||||
# DRMSignalError.string: ", "DRMGeneralError",
|
||||
# msg, NULL, 0) ;
|
||||
#
|
||||
# intrinsic routines warning messages
|
||||
#
|
||||
# CALLING SEQUENCE:
|
||||
#
|
||||
# XtWarning(name,type,class,defaultp,params,num_params)
|
||||
# (*warningHandler)(name,type,class,defaultp,params,num_params);
|
||||
#
|
||||
# _XtDefaultWarning (name,type,class,defaultp,params,num_params)
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, 1000);
|
||||
#
|
||||
# XtGetErrorDatabaseText(name,type,class,defaultp, buffer, nbytes)
|
||||
# (void) sprintf(temp, "%s.%s", name, type);
|
||||
# (void) XrmGetResource(errorDB, temp, class, &type_str, &result);
|
||||
#
|
||||
invalidCallbackList.xtAddCallback: Cannot find callback list in XtAddCallbacks
|
||||
invalidCallbackList.xtAddCallback: Cannot find callback list in XtAddCallbacks
|
||||
invalidCallbackList.xtRemoveCallback: Cannot find callback list in XtRemoveCallbacks
|
||||
invalidCallbackList.xtRemoveCallback: Cannot find callback list in XtRemoveCallbacks
|
||||
invalidCallbackList.xtRemoveAllCallback: Cannot find callback list in XtRemoveAllCallbacks
|
||||
invalidCallbackList.xtCallCallback: Cannot find callback list in XtCallCallbacks
|
||||
invalidCallbackList.xtOverrideCallback: Cannot find callback list in XtOverrideCallbacks
|
||||
invalidResourceName.computeArgs: Cannot find resource name %s as argument to conversion
|
||||
typeConversionError.noConverter: No type converter registered for '%s' to '%s' conversion
|
||||
conversionError.string: Cannot convert string \"%s\" to type %s
|
||||
wrongParameters.cvtIntToBoolean: Integer to Boolean conversion needs no extra arguments
|
||||
wrongParamters.cvtStringToBoolean: String to Boolean conversion needs no extra arguments
|
||||
wrongParamters.cvtIntToLongBoolean: Integer to LongBoolean conversion needs no extra arguments
|
||||
wrongParameters.cvtStringToLongBoolean: String to LongBoolean conversion needs no extra arguments
|
||||
noColormap.cvtStringToPixel: Cannot allocate colormap entry for \"%s\"
|
||||
wrongParameters.cvtStringToDisplay: String to Display conversion needs no extra arguments
|
||||
wrongParameters.cvtStringToFile: String to File conversion needs no extra arguments
|
||||
wrongParameters.cvtIntToFont: Integer to Font conversion needs no extra arguments
|
||||
wrongParameters.cvtStringToInt: String to Integer conversion needs no extra arguments
|
||||
wrongParameters.cvtStringToShort: String to Integer conversion needs no extra arguments
|
||||
wrongParameters.cvtStringToUnsignedChar: String to Integer conversion needs no extra arguments
|
||||
wrongParameters.cvtXColorToPixel: Color to Pixel conversion needs no extra arguments
|
||||
wrongParameters.cvtIntToPixel: Integer to Pixel conversion needs no extra arguments
|
||||
wrongParameters.cvtIntToPixmap: Integer to Pixmap conversion needs no extra arguments
|
||||
invalidDepth.setValues: Can't change widget depth
|
||||
versionMismatch.widget: Widget class %s version mismatch:\n widget %d vs. intrinsics %d
|
||||
invalidWidget.removePopupFromParent: RemovePopupFromParent,widget not on parent list
|
||||
invalidProcedure.deleteChild: null delete_child procedure in XtDestroy
|
||||
registerWindowError.xtRegisterWindow: Attempt to change already registered window
|
||||
registerWindowError.xtUnregisterWindow: Attempt to unregister invalid window
|
||||
grabError.grabDestroyCallback: XtAddGrab requires exclusive grab if spring_loaded is TRUE
|
||||
grabError.xtRemoveGrab: XtRemoveGrab asked to remove a widget not on the grab list
|
||||
invalidShell.xtTranslateCoords: Widget has no shell ancestor
|
||||
invalidChild.xtUnmanageChildren: Null child passed to XtUnmanageChildren
|
||||
invalidChild.xtUnmanageChildren: Null child passed to XtUnmanageChildren
|
||||
ambigiousParent.xtUnmanageChildren: Not all children have same parent in XtUnmanageChildren
|
||||
invalidChild.xtManageChildren: null child passed to XtManageChildren
|
||||
invalidChild.xtManageChildren: null child passed to XtManageChildren
|
||||
ambigiousParent.xtManageChildren: Not all children have same parent in XtManageChildren
|
||||
unimplementedFunction.xtAddInput: XtAddInput is not implemented
|
||||
invalidProcedure.inputHandler: XtRemoveInput: Input handler not found
|
||||
unimplementedFunction.xtRemoveInput: XtRemoveInput is not implemented
|
||||
invalidParent.xtCopyFromParent: CopyFromParent must have non-NULL parent
|
||||
invalidArgCount.getResources: argument count > 0 on NULL argument list
|
||||
invalidResourceCount.getResources: resource count > 0 on NULL resource list
|
||||
invalidGeometry.xtMakeGeometryRequest: Shell subclass did not take care of geometry in XtSetValues
|
||||
invalidProcedure.set_values_almost: set_values_almost procedure shouldn't be NULL
|
||||
initializationError.xtInitialize: Initializing Resource Lists twice
|
||||
communicationError.windowManager: Window Manager is confused
|
||||
translationParseError.parseError: translation table syntax error: %s
|
||||
translationParseError.parseEvent: Events follow '+' repeat count
|
||||
translationParseError.parseEvent: Events follow '+' repeat count
|
||||
translationParseError.parseString: Missing \
|
||||
invalidParameters.compileAccelerators: String to TranslationTable needs no extra arguments
|
||||
invalidParameters.compileTranslations: String to TranslationTable needs no extra arguments
|
||||
translationError.xtTranslateInitialize: Intializing Translation manager twice
|
||||
#
|
||||
# ReportUnboundActions - warnings include state table - should split?
|
||||
#
|
||||
translationError.unboundActions: Actions not found
|
||||
translationError.ambigiousActions: Overriding earlier translation manager actions
|
||||
translationError.mergingNullTable: Old translation table was null, cannot modify
|
||||
invalidParameters.mergeTranslations: MergeTM to TranslationTable needs no extra arguments
|
||||
invalidPopup.unsupportedOperation: Pop-up menu creation is only supported on ButtonPress or EnterNotify events
|
||||
invalidPopup.unsupportedOperation: Pop-up menu creation is only supported on ButtonPress or EnterNotify events
|
6
usr/lib/win-kex/VcXsrv/bitmaps/1x1
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/1x1
Executable file
@@ -0,0 +1,6 @@
|
||||
#define 1x1_width 16
|
||||
#define 1x1_height 16
|
||||
static char 1x1_bits[] = {
|
||||
0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
|
||||
0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55,
|
||||
0xff, 0xff, 0x55, 0x55, 0xff, 0xff, 0x55, 0x55};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/2x2
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/2x2
Executable file
@@ -0,0 +1,6 @@
|
||||
#define 2x2_width 16
|
||||
#define 2x2_height 16
|
||||
static char 2x2_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff,
|
||||
0x33, 0x33, 0x33, 0x33, 0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33,
|
||||
0xff, 0xff, 0xff, 0xff, 0x33, 0x33, 0x33, 0x33};
|
54
usr/lib/win-kex/VcXsrv/bitmaps/COPYING
Executable file
54
usr/lib/win-kex/VcXsrv/bitmaps/COPYING
Executable file
@@ -0,0 +1,54 @@
|
||||
Copyright (c) 1998 The Open Group
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, and/or sell copies of the Software, and to permit persons
|
||||
to whom the Software is furnished to do so, provided that the above
|
||||
copyright notice(s) and this permission notice appear in all copies of
|
||||
the Software and that both the above copyright notice(s) and this
|
||||
permission notice appear in supporting documentation.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
|
||||
INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of a copyright holder
|
||||
shall not be used in advertising or otherwise to promote the sale, use
|
||||
or other dealings in this Software without prior written authorization
|
||||
of the copyright holder.
|
||||
|
||||
X Window System is a trademark of The Open Group.
|
||||
|
||||
Copyright 1988 by Evans & Sutherland Computer Corporation,
|
||||
Salt Lake City, Utah
|
||||
|
||||
All Rights Reserved
|
||||
|
||||
Permission to use, copy, modify, and distribute this software and
|
||||
its documentation for any purpose and without fee is hereby
|
||||
granted, provided that the above copyright notice appear in all
|
||||
copies and that both that copyright notice and this permis-
|
||||
sion notice appear in supporting documentation, and that the
|
||||
name of Evans & Sutherland not be used in advertising or publi-
|
||||
city pertaining to distribution of the software without specif-
|
||||
ic, written prior permission.
|
||||
|
||||
EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
||||
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI-
|
||||
TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE
|
||||
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM-
|
||||
AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
||||
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
||||
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER-
|
||||
FORMANCE OF THIS SOFTWARE.
|
||||
|
90
usr/lib/win-kex/VcXsrv/bitmaps/Makefile.am
Executable file
90
usr/lib/win-kex/VcXsrv/bitmaps/Makefile.am
Executable file
@@ -0,0 +1,90 @@
|
||||
pkgconfigdir = $(datadir)/pkgconfig
|
||||
pkgconfig_DATA = xbitmaps.pc
|
||||
|
||||
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
||||
|
||||
bitmapdir = $(includedir)/X11/bitmaps
|
||||
|
||||
dist_bitmap_DATA = \
|
||||
1x1 \
|
||||
2x2 \
|
||||
black \
|
||||
black6 \
|
||||
boxes \
|
||||
box6 \
|
||||
calculator \
|
||||
cntr_ptr \
|
||||
cntr_ptrmsk \
|
||||
cross_weave \
|
||||
dimple1 \
|
||||
dimple3 \
|
||||
dot \
|
||||
dropbar7 \
|
||||
dropbar8 \
|
||||
escherknot \
|
||||
flagdown \
|
||||
flagup \
|
||||
flipped_gray \
|
||||
gray \
|
||||
gray1 \
|
||||
gray3 \
|
||||
grid16 \
|
||||
grid2 \
|
||||
grid4 \
|
||||
grid8 \
|
||||
hlines2 \
|
||||
hlines3 \
|
||||
icon \
|
||||
keyboard16 \
|
||||
left_ptr \
|
||||
left_ptrmsk \
|
||||
letters \
|
||||
light_gray \
|
||||
mailempty \
|
||||
mailemptymsk \
|
||||
mailfull \
|
||||
mailfullmsk \
|
||||
mensetmanus \
|
||||
menu10 \
|
||||
menu12 \
|
||||
menu16 \
|
||||
menu6 \
|
||||
menu8 \
|
||||
noletters \
|
||||
opendot \
|
||||
opendotMask \
|
||||
plaid \
|
||||
right_ptr \
|
||||
right_ptrmsk \
|
||||
root_weave \
|
||||
scales \
|
||||
sipb \
|
||||
star \
|
||||
starMask \
|
||||
stipple \
|
||||
target \
|
||||
terminal \
|
||||
tie_fighter \
|
||||
vlines2 \
|
||||
vlines3 \
|
||||
weird_size \
|
||||
wide_weave \
|
||||
wingdogs \
|
||||
woman \
|
||||
xfd_icon \
|
||||
xlogo11 \
|
||||
xlogo16 \
|
||||
xlogo32 \
|
||||
xlogo64 \
|
||||
xsnow
|
||||
|
||||
|
||||
.PHONY: ChangeLog INSTALL
|
||||
|
||||
INSTALL:
|
||||
$(INSTALL_CMD)
|
||||
|
||||
ChangeLog:
|
||||
$(CHANGELOG_CMD)
|
||||
|
||||
dist-hook: ChangeLog INSTALL
|
13
usr/lib/win-kex/VcXsrv/bitmaps/autogen.sh
Executable file
13
usr/lib/win-kex/VcXsrv/bitmaps/autogen.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /bin/sh
|
||||
|
||||
srcdir=`dirname $0`
|
||||
test -z "$srcdir" && srcdir=.
|
||||
|
||||
ORIGDIR=`pwd`
|
||||
cd $srcdir
|
||||
|
||||
autoreconf -v --install || exit 1
|
||||
cd $ORIGDIR || exit $?
|
||||
|
||||
$srcdir/configure --enable-maintainer-mode "$@"
|
||||
|
6
usr/lib/win-kex/VcXsrv/bitmaps/black
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/black
Executable file
@@ -0,0 +1,6 @@
|
||||
#define black_width 16
|
||||
#define black_height 16
|
||||
static char black_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/black6
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/black6
Executable file
@@ -0,0 +1,4 @@
|
||||
#define black6_width 6
|
||||
#define black6_height 6
|
||||
static char black6_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/box6
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/box6
Executable file
@@ -0,0 +1,4 @@
|
||||
#define box6_width 6
|
||||
#define box6_height 6
|
||||
static char box6_bits[] = {
|
||||
0x3f, 0x21, 0x21, 0x21, 0x21, 0x3f};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/boxes
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/boxes
Executable file
@@ -0,0 +1,6 @@
|
||||
#define boxes_width 16
|
||||
#define boxes_height 16
|
||||
static char boxes_bits[] = {
|
||||
0x0f, 0x0f, 0x09, 0x09, 0x09, 0x09, 0x0f, 0x0f, 0xf0, 0xf0, 0x90, 0x90,
|
||||
0x90, 0x90, 0xf0, 0xf0, 0x0f, 0x0f, 0x09, 0x09, 0x09, 0x09, 0x0f, 0x0f,
|
||||
0xf0, 0xf0, 0x90, 0x90, 0x90, 0x90, 0xf0, 0xf0};
|
19
usr/lib/win-kex/VcXsrv/bitmaps/calculator
Executable file
19
usr/lib/win-kex/VcXsrv/bitmaps/calculator
Executable file
@@ -0,0 +1,19 @@
|
||||
#define icon_width 28
|
||||
#define icon_height 48
|
||||
static char icon_bits[] = {
|
||||
0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0x03, 0x00, 0x00, 0x0c,
|
||||
0xd3, 0x5d, 0x5d, 0x0c, 0x13, 0x51, 0x45, 0x0c, 0xd3, 0xdd, 0xdd, 0x0d,
|
||||
0x53, 0x10, 0x51, 0x0d, 0xd3, 0x1d, 0xdd, 0x0d, 0x03, 0x00, 0x00, 0x0c,
|
||||
0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0x0f, 0x01, 0x00, 0x00, 0x08,
|
||||
0xbd, 0xf7, 0xde, 0x0b, 0xbd, 0xf7, 0xde, 0x0b, 0x01, 0x00, 0x00, 0x08,
|
||||
0xbd, 0xf7, 0xde, 0x0b, 0xa5, 0x94, 0x52, 0x0a, 0xbd, 0xf7, 0xde, 0x0b,
|
||||
0x01, 0x00, 0x00, 0x08, 0xbd, 0xf7, 0xde, 0x0b, 0xbd, 0xf7, 0xde, 0x0b,
|
||||
0xbd, 0xf7, 0xde, 0x0b, 0x01, 0x00, 0x00, 0x08, 0xbd, 0xf7, 0xde, 0x0b,
|
||||
0xbd, 0xf7, 0xde, 0x0b, 0xbd, 0xf7, 0xde, 0x0b, 0x01, 0x00, 0x00, 0x08,
|
||||
0xbd, 0xf7, 0xde, 0x0b, 0xbd, 0x94, 0xd2, 0x0b, 0xbd, 0x94, 0xd2, 0x0b,
|
||||
0xbd, 0xf7, 0xde, 0x0b, 0x01, 0x00, 0x00, 0x08, 0xbd, 0xf7, 0xde, 0x0b,
|
||||
0xbd, 0x94, 0xd2, 0x0b, 0xbd, 0x94, 0xd2, 0x0b, 0xbd, 0xf7, 0xde, 0x0b,
|
||||
0x01, 0x00, 0x00, 0x08, 0xbd, 0xf7, 0xde, 0x0b, 0xbd, 0x94, 0xd2, 0x0b,
|
||||
0xbd, 0x94, 0xd2, 0x0b, 0xbd, 0xf7, 0xde, 0x0b, 0x01, 0x00, 0x00, 0x08,
|
||||
0xbd, 0xff, 0xde, 0x0b, 0xbd, 0x80, 0xd2, 0x0b, 0xbd, 0x80, 0xd2, 0x0b,
|
||||
0xbd, 0xff, 0xde, 0x0b, 0x01, 0x00, 0x00, 0x08, 0xff, 0xff, 0xff, 0x0f};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/cntr_ptr
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/cntr_ptr
Executable file
@@ -0,0 +1,8 @@
|
||||
#define cntr_ptr_width 16
|
||||
#define cntr_ptr_height 16
|
||||
#define cntr_ptr_x_hot 7
|
||||
#define cntr_ptr_y_hot 1
|
||||
static char cntr_ptr_bits[] = {
|
||||
0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07,
|
||||
0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0x98, 0x19, 0x88, 0x11, 0x80, 0x01,
|
||||
0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/cntr_ptrmsk
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/cntr_ptrmsk
Executable file
@@ -0,0 +1,6 @@
|
||||
#define cntr_ptrmsk_width 16
|
||||
#define cntr_ptrmsk_height 16
|
||||
static char cntr_ptrmsk_bits[] = {
|
||||
0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f,
|
||||
0xf8, 0x1f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xdc, 0x3b,
|
||||
0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03};
|
23
usr/lib/win-kex/VcXsrv/bitmaps/configure.ac
Executable file
23
usr/lib/win-kex/VcXsrv/bitmaps/configure.ac
Executable file
@@ -0,0 +1,23 @@
|
||||
dnl Process this file with autoconf to create configure.
|
||||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.60])
|
||||
AC_INIT([xbitmaps], [1.1.1],
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xbitmaps])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# Initialize Automake
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
|
||||
m4_ifndef([XORG_MACROS_VERSION],
|
||||
[m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
|
||||
XORG_MACROS_VERSION(1.3)
|
||||
XORG_DEFAULT_OPTIONS
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
xbitmaps.pc
|
||||
])
|
6
usr/lib/win-kex/VcXsrv/bitmaps/cross_weave
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/cross_weave
Executable file
@@ -0,0 +1,6 @@
|
||||
#define cross_weave_width 16
|
||||
#define cross_weave_height 16
|
||||
static char cross_weave_bits[] = {
|
||||
0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
|
||||
0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
|
||||
0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/dimple1
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/dimple1
Executable file
@@ -0,0 +1,6 @@
|
||||
#define dimple1_width 16
|
||||
#define dimple1_height 16
|
||||
static char dimple1_bits[] = {
|
||||
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
||||
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
||||
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/dimple3
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/dimple3
Executable file
@@ -0,0 +1,6 @@
|
||||
#define dimple3_width 16
|
||||
#define dimple3_height 16
|
||||
static char dimple3_bits[] = {
|
||||
0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/dot
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/dot
Executable file
@@ -0,0 +1,6 @@
|
||||
#define dot_width 16
|
||||
#define dot_height 16
|
||||
static char dot_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
|
||||
0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f, 0xf0, 0x0f,
|
||||
0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/dropbar7
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/dropbar7
Executable file
@@ -0,0 +1,4 @@
|
||||
#define bar7_width 7
|
||||
#define bar7_height 7
|
||||
static char bar7_bits[] = {
|
||||
0x00, 0x3f, 0x61, 0x61, 0x7f, 0x7e, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/dropbar8
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/dropbar8
Executable file
@@ -0,0 +1,4 @@
|
||||
#define dropbar8_width 8
|
||||
#define dropbar8_height 8
|
||||
static char dropbar8_bits[] = {
|
||||
0x00, 0x7f, 0xc1, 0xc1, 0xc1, 0xff, 0xfe, 0x00};
|
473
usr/lib/win-kex/VcXsrv/bitmaps/escherknot
Executable file
473
usr/lib/win-kex/VcXsrv/bitmaps/escherknot
Executable file
@@ -0,0 +1,473 @@
|
||||
#define escherknot_width 216
|
||||
#define escherknot_height 208
|
||||
|
||||
static char escherknot_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, 0x5f,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xf0, 0x6f, 0xf6, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xc0, 0xff, 0x3a, 0x13, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x0d, 0x02, 0x51, 0x71, 0x0e, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x2f, 0x20, 0xd9, 0x88,
|
||||
0x9b, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x82,
|
||||
0xac, 0x44, 0x4e, 0x1c, 0xf3, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1e, 0x40, 0x02, 0x44, 0x60, 0xe2, 0xfc, 0x06, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x80, 0x25, 0x09, 0x90, 0x22, 0x13, 0xb7, 0x9a, 0x1e,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x00, 0x40, 0x10, 0x89,
|
||||
0x18, 0xe3, 0x3b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x04, 0x08,
|
||||
0x01, 0x10, 0xc8, 0xa8, 0xd5, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x83, 0x80, 0x20, 0x40, 0x82, 0x00, 0x66, 0x9c, 0xec, 0x01, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x08, 0x08, 0x24, 0x12, 0x93, 0x5b,
|
||||
0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x12, 0x80, 0x04, 0x01, 0x00, 0x80,
|
||||
0x19, 0x33, 0xfa, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x80, 0x80, 0x00,
|
||||
0x20, 0x08, 0x12, 0xc4, 0x68, 0x26, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
|
||||
0x02, 0x04, 0x24, 0x00, 0x01, 0x40, 0x24, 0x8c, 0xcd, 0x3f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00,
|
||||
0x00, 0x80, 0x49, 0x10, 0x90, 0x00, 0x21, 0x20, 0x08, 0x11, 0x43, 0xd9,
|
||||
0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe8,
|
||||
0xff, 0xff, 0x0b, 0x00, 0x60, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x80, 0x30, 0xb9, 0xf2, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xc0, 0x97, 0x04, 0x08, 0xfe, 0x05, 0x30, 0x10, 0x12, 0x20, 0x20,
|
||||
0x04, 0x00, 0x80, 0x48, 0x0c, 0xa3, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x3e, 0x92, 0x20, 0x49, 0x40, 0x3e, 0x0e, 0x82,
|
||||
0x00, 0x84, 0x25, 0x01, 0x80, 0x00, 0x80, 0xc8, 0x34, 0xed, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x25, 0x01, 0x04, 0x01, 0x08,
|
||||
0xd0, 0x17, 0x00, 0x80, 0x25, 0x01, 0xad, 0x04, 0x12, 0x20, 0x23, 0x4c,
|
||||
0x6a, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0x02, 0x48,
|
||||
0x92, 0x20, 0x41, 0x92, 0x9e, 0x80, 0x24, 0x24, 0x29, 0x00, 0x04, 0x00,
|
||||
0x10, 0x98, 0xcc, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
|
||||
0x4f, 0x10, 0x01, 0x90, 0x24, 0x40, 0x12, 0xf0, 0x00, 0x24, 0x41, 0x0b,
|
||||
0xa9, 0x10, 0x00, 0x00, 0x04, 0xd9, 0x96, 0x0e, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xe0, 0x00, 0x92, 0x48, 0x02, 0x04, 0x09, 0xc0, 0x84, 0x8f,
|
||||
0x29, 0x2d, 0xf8, 0xa9, 0x02, 0x00, 0x00, 0x20, 0x90, 0xf4, 0x1e, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x24, 0x91, 0x04, 0x50, 0x22, 0x24,
|
||||
0x1b, 0x12, 0x7a, 0x48, 0xca, 0x03, 0x21, 0x10, 0x00, 0x00, 0x48, 0x93,
|
||||
0xff, 0x3b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9e, 0x24, 0x92, 0x20,
|
||||
0x81, 0xda, 0x24, 0xc8, 0x16, 0xd0, 0xe7, 0x50, 0xd2, 0xbf, 0x03, 0x00,
|
||||
0x80, 0x00, 0x30, 0x29, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03,
|
||||
0x20, 0x80, 0x24, 0x41, 0x12, 0x2a, 0x41, 0xb2, 0x80, 0x33, 0x0e, 0x7e,
|
||||
0x88, 0x1c, 0x01, 0x00, 0xa0, 0x24, 0x69, 0x75, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x82, 0x44, 0x11, 0x24, 0x09, 0x90, 0xa4, 0x4d, 0xd2, 0x92,
|
||||
0x9e, 0xd3, 0x83, 0x6b, 0x62, 0x00, 0x00, 0x10, 0x22, 0xff, 0x7f, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x30, 0x42, 0x04, 0x92, 0x24, 0x6b, 0x53, 0x32,
|
||||
0x59, 0x90, 0x16, 0xfa, 0xb4, 0xf4, 0xff, 0x0f, 0x01, 0x00, 0x90, 0x68,
|
||||
0x4a, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x28, 0x90, 0x24, 0x11, 0x24,
|
||||
0x49, 0xda, 0x82, 0xc5, 0x92, 0xd2, 0xd0, 0x9e, 0x1e, 0x00, 0x78, 0x0a,
|
||||
0x00, 0x00, 0x05, 0xd2, 0xfa, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4c, 0x02,
|
||||
0x44, 0xb2, 0x65, 0xea, 0x49, 0x9e, 0x2c, 0x4b, 0x1a, 0xd2, 0xeb, 0xe3,
|
||||
0xff, 0xc7, 0x09, 0x00, 0x20, 0x68, 0xff, 0xd6, 0x01, 0x00, 0x00, 0x00,
|
||||
0x00, 0x0b, 0x90, 0x40, 0x92, 0x24, 0x09, 0x5f, 0xd2, 0x64, 0x59, 0x72,
|
||||
0x56, 0x7f, 0xfd, 0xdf, 0x1f, 0x12, 0x00, 0x20, 0x49, 0x92, 0xde, 0x01,
|
||||
0x00, 0x00, 0x00, 0x80, 0x41, 0x92, 0x4c, 0x92, 0x24, 0x25, 0xc9, 0x8b,
|
||||
0x2e, 0xcb, 0x92, 0x4b, 0x5a, 0x2f, 0x75, 0xf4, 0x04, 0x00, 0x00, 0x41,
|
||||
0xf6, 0x74, 0x01, 0x00, 0x00, 0x00, 0x40, 0x49, 0x02, 0x00, 0xba, 0xb6,
|
||||
0xfd, 0x49, 0xf8, 0x74, 0x6d, 0x4b, 0x72, 0xed, 0xdb, 0xff, 0xcf, 0x53,
|
||||
0x00, 0x00, 0x48, 0xb6, 0xd7, 0x03, 0x00, 0x00, 0x00, 0x60, 0x48, 0x10,
|
||||
0xc9, 0x93, 0x24, 0x00, 0x7b, 0xc3, 0xa6, 0x69, 0x58, 0x5a, 0xfb, 0xfa,
|
||||
0xa5, 0xbe, 0x16, 0x00, 0x00, 0x92, 0xa4, 0xfd, 0x03, 0x00, 0x00, 0x00,
|
||||
0x30, 0x01, 0x20, 0x5d, 0xa2, 0xfe, 0x7f, 0x01, 0x4f, 0x1a, 0xcd, 0x6b,
|
||||
0x6a, 0xa9, 0x5f, 0xff, 0xf3, 0x24, 0x01, 0x40, 0xc0, 0xb4, 0xf4, 0x03,
|
||||
0x00, 0x00, 0x00, 0x2c, 0x88, 0x84, 0x89, 0xb6, 0x00, 0x24, 0x7d, 0x69,
|
||||
0xf2, 0x34, 0xad, 0x99, 0x2d, 0xf7, 0xff, 0x9f, 0x4b, 0x00, 0x00, 0x92,
|
||||
0xa6, 0xad, 0x07, 0x00, 0x00, 0x00, 0x06, 0x91, 0x24, 0xe9, 0xa4, 0xfd,
|
||||
0xa5, 0xa9, 0x4b, 0x93, 0xe7, 0x34, 0x63, 0xf9, 0xfc, 0xd5, 0xef, 0x16,
|
||||
0x00, 0x40, 0x90, 0xb4, 0xbd, 0x07, 0x00, 0x00, 0x00, 0x6a, 0x80, 0x4c,
|
||||
0x96, 0xbe, 0x2d, 0xfd, 0x2f, 0x7c, 0x5e, 0x9c, 0x67, 0xad, 0xa5, 0xfd,
|
||||
0xff, 0xbf, 0x29, 0x00, 0x00, 0x92, 0x76, 0xed, 0x06, 0x00, 0x00, 0x00,
|
||||
0x05, 0x12, 0x48, 0x53, 0x25, 0x65, 0x25, 0xf4, 0xe5, 0xd3, 0x72, 0x9c,
|
||||
0x35, 0xdf, 0xf6, 0x7f, 0xf5, 0x56, 0x00, 0x00, 0x92, 0xa4, 0xed, 0x0f,
|
||||
0x00, 0x00, 0x80, 0x49, 0x20, 0x59, 0x38, 0xec, 0xff, 0xff, 0xad, 0x2f,
|
||||
0x5d, 0xd3, 0x33, 0xe6, 0x24, 0xed, 0xff, 0xdf, 0x2d, 0x01, 0x40, 0x80,
|
||||
0x24, 0xbd, 0x07, 0x00, 0x00, 0xc0, 0x48, 0x24, 0x49, 0x87, 0x37, 0x21,
|
||||
0xa0, 0xbd, 0xf4, 0x79, 0x4f, 0xc7, 0x9c, 0xde, 0xf6, 0xff, 0xff, 0x5b,
|
||||
0x08, 0x00, 0x92, 0xfc, 0xe9, 0x0e, 0x00, 0x00, 0x20, 0x89, 0x40, 0xd3,
|
||||
0xf4, 0x49, 0xff, 0xff, 0xe7, 0x2f, 0xcf, 0x79, 0x9c, 0x53, 0xb2, 0x35,
|
||||
0xff, 0xff, 0x37, 0x00, 0x40, 0x90, 0x24, 0xef, 0x0e, 0x00, 0x00, 0x30,
|
||||
0x91, 0x49, 0x32, 0x2d, 0xff, 0x6b, 0xb7, 0xbd, 0xbc, 0x3c, 0xef, 0x79,
|
||||
0xce, 0xde, 0xd6, 0xfd, 0xff, 0x9f, 0x00, 0x00, 0x92, 0xa6, 0xad, 0x0b,
|
||||
0x00, 0x00, 0x30, 0x11, 0x89, 0x8c, 0xcb, 0x5b, 0xba, 0xaf, 0xf6, 0xd7,
|
||||
0xe7, 0x35, 0xe7, 0x59, 0xb3, 0xfb, 0xff, 0xff, 0x7f, 0x04, 0x40, 0x80,
|
||||
0xe4, 0xb9, 0x1f, 0x00, 0x00, 0x48, 0x22, 0x91, 0x66, 0x79, 0xeb, 0xff,
|
||||
0xff, 0xdf, 0xbe, 0xbe, 0xe7, 0x8c, 0x75, 0x6b, 0x4a, 0xfa, 0xbf, 0x7f,
|
||||
0x00, 0x00, 0x82, 0x24, 0xef, 0x0e, 0x00, 0x00, 0x4c, 0x22, 0xb2, 0x79,
|
||||
0x5e, 0xfa, 0x5b, 0xa9, 0xfd, 0xeb, 0xf5, 0x9c, 0x3d, 0xc6, 0xcc, 0xee,
|
||||
0xed, 0x01, 0xf8, 0x00, 0x40, 0x82, 0xb6, 0xa9, 0x1b, 0x00, 0x00, 0x94,
|
||||
0x64, 0x66, 0x8e, 0xd3, 0x97, 0xfe, 0xff, 0xd7, 0xdf, 0x9f, 0x7b, 0xf3,
|
||||
0x3c, 0x35, 0x59, 0x6b, 0x00, 0x70, 0x00, 0x00, 0x40, 0xe4, 0xed, 0x1e,
|
||||
0x00, 0x00, 0x92, 0xc4, 0x34, 0xf3, 0xfc, 0xfd, 0x5f, 0xad, 0x7d, 0xfa,
|
||||
0x7a, 0xce, 0x8e, 0xb3, 0x76, 0x2f, 0xfd, 0x00, 0xe0, 0x04, 0x00, 0x9a,
|
||||
0x26, 0xaf, 0x1e, 0x00, 0x00, 0x13, 0x88, 0xcc, 0xb5, 0x3f, 0xbf, 0xff,
|
||||
0xff, 0xd7, 0xef, 0xef, 0xbd, 0x79, 0x6a, 0xde, 0xec, 0xab, 0x01, 0xc0,
|
||||
0x00, 0x00, 0x40, 0xb6, 0xbd, 0x1b, 0x00, 0x00, 0x05, 0x91, 0xeb, 0x5c,
|
||||
0xeb, 0xeb, 0xff, 0xff, 0xff, 0x7e, 0xef, 0x6b, 0xef, 0xcd, 0x99, 0xb3,
|
||||
0xe4, 0x07, 0x80, 0x00, 0x40, 0x49, 0xb2, 0xe5, 0x1a, 0x00, 0x80, 0x20,
|
||||
0x32, 0xb1, 0xe7, 0x79, 0x7f, 0xf7, 0xff, 0xfd, 0xeb, 0xbd, 0xfe, 0x2c,
|
||||
0x3d, 0x6b, 0xb6, 0xaf, 0x06, 0x80, 0x00, 0x00, 0x41, 0x96, 0xfe, 0x1e,
|
||||
0x00, 0x80, 0x44, 0xb2, 0x9b, 0xf9, 0xde, 0xff, 0xff, 0xff, 0x7f, 0xbf,
|
||||
0xf7, 0xbb, 0xb3, 0x77, 0xce, 0xce, 0xb6, 0x0d, 0x80, 0x01, 0x00, 0x49,
|
||||
0xf2, 0x94, 0x1f, 0x00, 0x40, 0x49, 0x44, 0xe6, 0x9e, 0x77, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xbf, 0xf7, 0x7e, 0xd6, 0xbc, 0xd9, 0xba, 0x3b, 0x80,
|
||||
0x00, 0x00, 0x64, 0x93, 0xf7, 0x1b, 0x00, 0x40, 0x89, 0xec, 0x7e, 0x67,
|
||||
0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xce, 0xdb, 0x99, 0x33, 0x37,
|
||||
0xd3, 0x36, 0x80, 0x01, 0x80, 0x24, 0xda, 0xd6, 0x1e, 0x00, 0x20, 0x90,
|
||||
0x99, 0x99, 0x7b, 0xef, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xef, 0xbd, 0x37,
|
||||
0x63, 0xf3, 0x66, 0xdb, 0x7a, 0x80, 0x00, 0x00, 0x24, 0x59, 0xde, 0x1f,
|
||||
0x00, 0x60, 0x12, 0xb3, 0xf7, 0xdd, 0xfb, 0xfe, 0xff, 0xff, 0xff, 0xff,
|
||||
0xbf, 0xf7, 0xfe, 0x6e, 0xce, 0xdd, 0x6d, 0xd7, 0x80, 0x00, 0x80, 0x20,
|
||||
0xcb, 0xfb, 0x1f, 0x00, 0x10, 0x20, 0x6e, 0x66, 0x76, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xef, 0xde, 0xdb, 0x9b, 0x99, 0xb3, 0x5d, 0x6b, 0x81,
|
||||
0x00, 0x40, 0x96, 0x59, 0x6a, 0x1f, 0x00, 0x98, 0xc4, 0xe4, 0xdf, 0xff,
|
||||
0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7b, 0x6f, 0x7b, 0x37, 0x7f,
|
||||
0xb3, 0xdd, 0x83, 0x00, 0x00, 0xb0, 0xed, 0xef, 0x1d, 0x00, 0x10, 0x88,
|
||||
0x9e, 0xdd, 0xcd, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xed,
|
||||
0x6c, 0xe6, 0xcc, 0x76, 0x6d, 0xc1, 0x00, 0x40, 0x91, 0x24, 0x7b, 0x1f,
|
||||
0x00, 0x08, 0xd1, 0xf1, 0x66, 0x76, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xdf, 0xbd, 0xbf, 0xd9, 0xdd, 0xdd, 0xb6, 0x47, 0x00, 0x00, 0xd8,
|
||||
0xb4, 0xad, 0x1f, 0x00, 0x24, 0x24, 0x6f, 0xf6, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0x7f, 0x7f, 0xb7, 0x9d, 0x33, 0xd9, 0x96, 0x4e,
|
||||
0x00, 0x20, 0x49, 0xf7, 0xfd, 0x1e, 0x00, 0x48, 0xe4, 0xac, 0xb9, 0xdd,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xdd, 0x76, 0xb6,
|
||||
0xb7, 0xfd, 0x7a, 0x00, 0x00, 0x44, 0x96, 0xb7, 0x1f, 0x00, 0x02, 0x9a,
|
||||
0xbe, 0x6f, 0x77, 0xff, 0xff, 0x7f, 0x61, 0xd9, 0xff, 0xff, 0xff, 0xfd,
|
||||
0xdd, 0x66, 0xed, 0x66, 0x5b, 0x37, 0x00, 0x90, 0x64, 0xb9, 0xf6, 0x1f,
|
||||
0x00, 0x02, 0xc9, 0xf3, 0xee, 0xfd, 0xff, 0xff, 0x2f, 0x24, 0x4f, 0xfe,
|
||||
0xff, 0xff, 0x7f, 0x37, 0xdb, 0xcd, 0x7c, 0xff, 0x3a, 0x00, 0x88, 0x24,
|
||||
0xdb, 0xde, 0x1a, 0x00, 0x13, 0x31, 0x6f, 0xbb, 0xdf, 0xff, 0xff, 0x21,
|
||||
0xa0, 0x64, 0xf3, 0xff, 0xff, 0xe7, 0xff, 0x96, 0xbb, 0x9b, 0xa5, 0x1d,
|
||||
0x00, 0x60, 0x32, 0xe9, 0xdb, 0x0f, 0x00, 0x65, 0xe6, 0x3c, 0xfb, 0xf6,
|
||||
0xff, 0x7f, 0x10, 0xa4, 0xb5, 0x9d, 0xfe, 0xdf, 0xdf, 0xdd, 0x6d, 0x32,
|
||||
0xb3, 0x7d, 0x0d, 0x00, 0x0b, 0x93, 0x7c, 0x7b, 0x0f, 0x00, 0x89, 0xdc,
|
||||
0xb3, 0xed, 0xfb, 0xff, 0x1f, 0x10, 0x90, 0x92, 0xd9, 0xfe, 0x7f, 0xff,
|
||||
0x77, 0xdb, 0xee, 0x6e, 0xdb, 0x0e, 0x00, 0x20, 0xdd, 0x66, 0x6f, 0x0f,
|
||||
0x80, 0x91, 0x5a, 0xfb, 0xbe, 0xef, 0xff, 0x0f, 0x10, 0xda, 0x92, 0xee,
|
||||
0xff, 0xff, 0xff, 0xf7, 0xb7, 0xcd, 0xee, 0xde, 0x07, 0x00, 0x24, 0x49,
|
||||
0xb6, 0xed, 0x0f, 0x00, 0x12, 0x6b, 0xcd, 0xf3, 0xbe, 0xff, 0x07, 0x08,
|
||||
0x48, 0xda, 0x76, 0xb7, 0xff, 0xff, 0xdd, 0x6e, 0xba, 0x99, 0x65, 0x03,
|
||||
0x40, 0x92, 0xe4, 0xba, 0xbd, 0x0e, 0x80, 0x62, 0xed, 0x7d, 0x5f, 0xf7,
|
||||
0xff, 0x01, 0x08, 0x28, 0xc9, 0x26, 0xbb, 0xff, 0xff, 0xff, 0x99, 0xb7,
|
||||
0xbb, 0x7d, 0x03, 0x00, 0x89, 0x64, 0xdb, 0xf6, 0x07, 0x40, 0x0c, 0x35,
|
||||
0xe7, 0x79, 0xdd, 0xff, 0x01, 0x84, 0xa5, 0x7d, 0xba, 0xdd, 0xfe, 0x7f,
|
||||
0xbf, 0xbf, 0x6d, 0x76, 0xdb, 0x01, 0x00, 0x48, 0x36, 0xdb, 0xd6, 0x07,
|
||||
0xc0, 0x88, 0xb4, 0xb6, 0xbf, 0xff, 0x7f, 0x00, 0x0c, 0x24, 0x44, 0xdb,
|
||||
0xed, 0xff, 0xdf, 0xef, 0x6e, 0xdb, 0x6e, 0xb7, 0x00, 0x80, 0x44, 0x93,
|
||||
0xed, 0x5b, 0x07, 0x40, 0x91, 0xd2, 0xfa, 0xfc, 0xf6, 0x7f, 0x00, 0x02,
|
||||
0xb4, 0x35, 0xd9, 0xef, 0xff, 0xff, 0xfb, 0xef, 0xb6, 0xc9, 0xe4, 0x00,
|
||||
0x10, 0x24, 0xd9, 0x6d, 0xfb, 0x03, 0x00, 0x27, 0xfe, 0xd3, 0xd6, 0xdb,
|
||||
0x3f, 0x00, 0xa2, 0x94, 0xb4, 0xdb, 0x7c, 0xff, 0xff, 0xbf, 0xd9, 0xad,
|
||||
0xdb, 0x7d, 0x00, 0x40, 0x32, 0xd9, 0xb6, 0xef, 0x03, 0x60, 0xe4, 0x5a,
|
||||
0x5f, 0x5f, 0xff, 0x1f, 0x00, 0x02, 0x52, 0x92, 0xec, 0xb6, 0xff, 0xff,
|
||||
0xef, 0xff, 0x6d, 0xb6, 0x3b, 0x00, 0x28, 0x90, 0xcc, 0xbe, 0xfd, 0x03,
|
||||
0xa0, 0x88, 0xeb, 0xf9, 0xfd, 0xf5, 0x1f, 0x00, 0x82, 0x53, 0xbb, 0x6d,
|
||||
0xf7, 0xff, 0xf9, 0xff, 0x6f, 0xdb, 0x6d, 0x1b, 0x00, 0x04, 0xc9, 0x66,
|
||||
0xdb, 0x57, 0x03, 0xa0, 0x52, 0xaf, 0xa7, 0x97, 0xff, 0x0f, 0x00, 0x51,
|
||||
0x48, 0xda, 0x66, 0xdb, 0xff, 0xf8, 0xdf, 0xed, 0xbe, 0xed, 0x0e, 0x00,
|
||||
0x92, 0x64, 0x32, 0xeb, 0xf6, 0x01, 0x20, 0x63, 0xbd, 0xbc, 0xfc, 0xfa,
|
||||
0x0f, 0x00, 0x09, 0x20, 0x89, 0x3e, 0xff, 0xff, 0xe0, 0x7f, 0xdf, 0x6f,
|
||||
0xdb, 0x07, 0x00, 0x01, 0x24, 0xbb, 0xed, 0xfe, 0x01, 0xa0, 0xce, 0xf5,
|
||||
0xf6, 0xdb, 0xdf, 0x07, 0x00, 0x41, 0xad, 0x5f, 0xf2, 0xed, 0xff, 0xc0,
|
||||
0xff, 0xbf, 0xdd, 0x92, 0x03, 0x00, 0x44, 0xb2, 0xd9, 0x7d, 0xfb, 0x01,
|
||||
0xe0, 0xaa, 0xdf, 0x9b, 0x7f, 0xfb, 0x07, 0x80, 0x28, 0x21, 0x64, 0xbb,
|
||||
0x7f, 0x7f, 0x80, 0xff, 0xf6, 0xbb, 0xee, 0x03, 0x80, 0x22, 0x99, 0xed,
|
||||
0xb6, 0xff, 0x00, 0x90, 0xb8, 0x5e, 0x5b, 0x6b, 0xed, 0x03, 0x00, 0x01,
|
||||
0xa6, 0x6d, 0xdb, 0xf6, 0x7f, 0x00, 0xff, 0xff, 0xf6, 0xcd, 0x00, 0x40,
|
||||
0x10, 0xc9, 0x6c, 0xff, 0xf7, 0x00, 0xa0, 0xe3, 0x72, 0xeb, 0xef, 0xff,
|
||||
0x03, 0x80, 0xe0, 0x90, 0x24, 0xdb, 0xbd, 0x3f, 0x00, 0xfe, 0xdb, 0x6f,
|
||||
0xfb, 0x00, 0x00, 0x89, 0x4c, 0xb6, 0xd9, 0x7e, 0x00, 0x70, 0xaf, 0xaf,
|
||||
0x6f, 0xb5, 0xde, 0x03, 0x80, 0x94, 0x92, 0xb6, 0xf9, 0xf6, 0x3f, 0x00,
|
||||
0xfc, 0xbf, 0xdd, 0x7b, 0x00, 0x10, 0x48, 0x26, 0xb3, 0xdf, 0x7f, 0x00,
|
||||
0x70, 0xd8, 0xae, 0xfd, 0xff, 0xf7, 0x03, 0x80, 0x00, 0xd2, 0x36, 0xcf,
|
||||
0xdf, 0x3f, 0x00, 0xb8, 0x6d, 0xdf, 0x16, 0x00, 0x48, 0x44, 0xb2, 0xfb,
|
||||
0x6c, 0x3f, 0x00, 0x50, 0x75, 0xfd, 0xa5, 0xd5, 0xfe, 0x01, 0x40, 0xd1,
|
||||
0x12, 0xa2, 0x7d, 0xfb, 0x1f, 0x00, 0xf0, 0xff, 0xbf, 0x0d, 0x00, 0x20,
|
||||
0x12, 0x9b, 0xcd, 0xf6, 0x3f, 0x00, 0x90, 0xd5, 0xa7, 0xfd, 0x77, 0xab,
|
||||
0x03, 0x40, 0x1c, 0xc8, 0xbe, 0x6d, 0xfb, 0x1f, 0x00, 0xe0, 0xff, 0xee,
|
||||
0x07, 0x00, 0x04, 0x91, 0xc9, 0x7e, 0xbf, 0x1f, 0x00, 0x30, 0x57, 0xbf,
|
||||
0xa6, 0xde, 0xfd, 0x01, 0x40, 0x40, 0x6b, 0xd3, 0x6e, 0xef, 0x0f, 0x00,
|
||||
0xc0, 0xeb, 0x7d, 0x03, 0x00, 0x90, 0xc8, 0x6c, 0x76, 0xfb, 0x0f, 0x00,
|
||||
0x70, 0x5c, 0xe5, 0xf7, 0xfa, 0xeb, 0x01, 0x40, 0x50, 0x49, 0x92, 0xf4,
|
||||
0xfd, 0x0f, 0x00, 0xc0, 0xff, 0xdb, 0x01, 0x80, 0x44, 0x44, 0x66, 0xbb,
|
||||
0x6f, 0x0f, 0x00, 0xd0, 0xf1, 0x95, 0xf6, 0x6f, 0xad, 0x01, 0x40, 0x08,
|
||||
0x78, 0xdb, 0xb6, 0xef, 0x0f, 0x00, 0x00, 0xdf, 0xd6, 0x00, 0x00, 0x20,
|
||||
0x32, 0xb3, 0xdb, 0xfd, 0x0f, 0x00, 0x10, 0xd7, 0xf7, 0xb6, 0xd8, 0xeb,
|
||||
0x03, 0x20, 0x43, 0x27, 0xd9, 0xb6, 0xfd, 0x0f, 0x00, 0x00, 0xff, 0x7e,
|
||||
0x00, 0x40, 0x12, 0x93, 0xd9, 0xec, 0xb6, 0x07, 0x00, 0x70, 0x55, 0xdd,
|
||||
0xf6, 0x6f, 0xbb, 0x01, 0x40, 0x28, 0xa1, 0x6f, 0xb6, 0xb7, 0x0f, 0x00,
|
||||
0x00, 0xde, 0x1f, 0x00, 0x80, 0x88, 0xd8, 0xcc, 0x66, 0xff, 0x03, 0x00,
|
||||
0x70, 0xf4, 0xf5, 0xdb, 0xaa, 0xee, 0x01, 0x60, 0x28, 0x2d, 0x49, 0xf7,
|
||||
0xf6, 0x07, 0x00, 0x00, 0x7c, 0x0f, 0x00, 0x08, 0x48, 0x66, 0x6e, 0xfb,
|
||||
0xef, 0x03, 0x00, 0xd0, 0xd5, 0xdf, 0x52, 0xff, 0xda, 0x03, 0x20, 0xa3,
|
||||
0xa5, 0xd9, 0xb2, 0xff, 0x07, 0x00, 0x00, 0xf8, 0x07, 0x00, 0x20, 0x22,
|
||||
0x33, 0x37, 0xbf, 0xfd, 0x01, 0x00, 0x70, 0x5f, 0xf7, 0xfe, 0xab, 0x6b,
|
||||
0x02, 0xa0, 0xa8, 0xb4, 0x6d, 0xdf, 0xf6, 0x07, 0x00, 0x00, 0xf8, 0x01,
|
||||
0x00, 0x12, 0x33, 0x11, 0xd9, 0xdd, 0xff, 0x01, 0x00, 0x70, 0x75, 0xd5,
|
||||
0x52, 0xea, 0x8a, 0x03, 0x20, 0x84, 0x36, 0x69, 0xba, 0xdb, 0x07, 0x00,
|
||||
0x00, 0xf0, 0x01, 0x00, 0x81, 0xc8, 0xcc, 0xdd, 0xed, 0xff, 0x00, 0x00,
|
||||
0x60, 0xd5, 0xdf, 0xf6, 0xae, 0x6b, 0x03, 0x00, 0xa1, 0xa4, 0x6d, 0xdf,
|
||||
0xfe, 0x07, 0x00, 0x00, 0x60, 0x00, 0x40, 0x44, 0xc6, 0xcc, 0x64, 0xb7,
|
||||
0xfd, 0x00, 0x00, 0xe0, 0x55, 0xf7, 0xd6, 0xea, 0xba, 0x07, 0x20, 0x94,
|
||||
0x94, 0x6d, 0xfb, 0xdb, 0x07, 0x00, 0x00, 0x20, 0x00, 0x20, 0x20, 0x32,
|
||||
0x76, 0x77, 0xff, 0x7f, 0x00, 0x00, 0x60, 0x7d, 0xd5, 0xb6, 0x3f, 0xaf,
|
||||
0x06, 0xa0, 0xa4, 0x95, 0x6c, 0x9b, 0xee, 0x07, 0x00, 0x00, 0x18, 0x00,
|
||||
0x10, 0x92, 0x15, 0x73, 0xbb, 0xd9, 0x3f, 0x00, 0x00, 0xe0, 0xf5, 0xff,
|
||||
0xf7, 0x6a, 0xa9, 0x06, 0x80, 0xa2, 0xb4, 0x6d, 0xfb, 0xfb, 0x07, 0x00,
|
||||
0x00, 0x04, 0x00, 0x84, 0x88, 0xc8, 0x99, 0xdd, 0xff, 0x3f, 0x00, 0x00,
|
||||
0xe0, 0x8b, 0xff, 0x96, 0x6a, 0xb6, 0x0a, 0xa0, 0x94, 0x96, 0x64, 0xdb,
|
||||
0xee, 0x07, 0x00, 0x00, 0x03, 0x08, 0x20, 0x60, 0x66, 0xec, 0xee, 0xb6,
|
||||
0x1d, 0x00, 0x00, 0xc0, 0x7e, 0xa5, 0xf4, 0xab, 0x55, 0x0d, 0x20, 0xe7,
|
||||
0xd4, 0x6d, 0xdb, 0xfb, 0x07, 0x00, 0x80, 0x00, 0x00, 0x09, 0x12, 0x33,
|
||||
0x67, 0x77, 0xff, 0x0f, 0x00, 0x00, 0xc0, 0xfa, 0xff, 0xb7, 0x7a, 0x55,
|
||||
0x19, 0x90, 0x91, 0xd4, 0x64, 0xdb, 0xee, 0x07, 0x00, 0x40, 0x00, 0x81,
|
||||
0x04, 0x88, 0x91, 0x3b, 0xbb, 0xfd, 0x0f, 0x00, 0x00, 0xc0, 0xab, 0xbf,
|
||||
0xed, 0x4e, 0xbb, 0x32, 0x20, 0x94, 0x96, 0x6c, 0xff, 0xfa, 0x03, 0x00,
|
||||
0x30, 0x40, 0x20, 0x20, 0x64, 0xcc, 0xdc, 0xdd, 0xff, 0x07, 0x00, 0x00,
|
||||
0xc0, 0xeb, 0xea, 0xfd, 0xd5, 0xaa, 0x2a, 0x20, 0xd7, 0xb0, 0x6d, 0x93,
|
||||
0xef, 0x07, 0x00, 0x08, 0x00, 0x08, 0x01, 0x23, 0xee, 0xee, 0xee, 0xfb,
|
||||
0x03, 0x00, 0x00, 0xc0, 0xfe, 0xff, 0x2d, 0xdd, 0x6a, 0x49, 0xd0, 0x90,
|
||||
0x9a, 0x64, 0xdf, 0xea, 0x07, 0x00, 0x03, 0x80, 0x40, 0x8c, 0x98, 0x33,
|
||||
0xb3, 0xbb, 0xff, 0x01, 0x00, 0x00, 0xc0, 0xa5, 0x7b, 0x6d, 0xa7, 0x56,
|
||||
0xc5, 0xa0, 0x94, 0x94, 0x6f, 0xd3, 0xbb, 0x07, 0x80, 0x10, 0x0c, 0x12,
|
||||
0x40, 0xc6, 0xb9, 0xdb, 0xfb, 0xfd, 0x01, 0x00, 0x00, 0x80, 0x97, 0xee,
|
||||
0xdf, 0xba, 0x54, 0x1a, 0xa1, 0xe5, 0xd2, 0x64, 0x7e, 0xee, 0x07, 0x60,
|
||||
0x02, 0x80, 0x00, 0x31, 0x62, 0xcc, 0xdc, 0xee, 0x7f, 0x00, 0x00, 0x00,
|
||||
0x80, 0xff, 0xff, 0xdb, 0xaa, 0xb5, 0x8a, 0x86, 0x98, 0x96, 0x6d, 0x9b,
|
||||
0xea, 0x07, 0x98, 0x00, 0x22, 0x44, 0x88, 0x39, 0x77, 0x77, 0xff, 0x7f,
|
||||
0x00, 0x00, 0x00, 0x80, 0x7d, 0x77, 0xba, 0x7b, 0x2d, 0x55, 0x3c, 0xa6,
|
||||
0xb4, 0x6c, 0xf6, 0xaf, 0x07, 0x07, 0x90, 0x88, 0x20, 0x42, 0x9c, 0xbb,
|
||||
0xbb, 0xbb, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x4b, 0xbd, 0xbf, 0x55, 0x53,
|
||||
0xa5, 0xb2, 0xa1, 0xb4, 0xc9, 0x9f, 0xda, 0xcf, 0x28, 0x24, 0x42, 0x08,
|
||||
0x31, 0xe6, 0xcc, 0xdd, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xff, 0xef,
|
||||
0xb7, 0xbd, 0xde, 0x12, 0xd1, 0xac, 0x95, 0x4d, 0xf2, 0x56, 0x9f, 0x88,
|
||||
0x80, 0x10, 0xc2, 0x9c, 0x73, 0x77, 0xef, 0xfe, 0x7f, 0x00, 0x00, 0x00,
|
||||
0x00, 0xbf, 0xfb, 0xed, 0xeb, 0x35, 0x95, 0x72, 0xa2, 0x35, 0xcd, 0xb6,
|
||||
0xd6, 0x2f, 0x21, 0x24, 0x04, 0x31, 0xc6, 0x98, 0x33, 0xf7, 0xff, 0xff,
|
||||
0x00, 0x00, 0x00, 0x00, 0xd6, 0x6a, 0x7f, 0x5b, 0xab, 0x2d, 0x28, 0x23,
|
||||
0x65, 0xd9, 0xb6, 0x55, 0x5f, 0x88, 0x08, 0x43, 0x0c, 0x61, 0xde, 0xdd,
|
||||
0xfb, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x76, 0xff, 0x4d, 0xd7, 0x4d,
|
||||
0x4a, 0xa5, 0x29, 0x2d, 0xdb, 0xbe, 0x55, 0x1f, 0x22, 0x42, 0x28, 0xc2,
|
||||
0x39, 0xe7, 0xee, 0xee, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xdc, 0x7f,
|
||||
0xfb, 0xb6, 0xb6, 0x95, 0x70, 0x2e, 0xa5, 0xd9, 0x24, 0x5d, 0x5f, 0x8a,
|
||||
0x28, 0x88, 0x31, 0x9e, 0x39, 0x73, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0xec, 0xb7, 0xdf, 0x6c, 0xb5, 0x65, 0x26, 0xa3, 0x39, 0x9b, 0xfc,
|
||||
0x85, 0x5d, 0x21, 0x04, 0x63, 0x1c, 0xe6, 0xdd, 0xbd, 0xfb, 0xff, 0xff,
|
||||
0x01, 0x00, 0x00, 0x00, 0xb8, 0xfa, 0xb6, 0x6f, 0x4d, 0x9a, 0x28, 0x59,
|
||||
0x4d, 0xd3, 0x2f, 0xf5, 0x3f, 0x8c, 0xd1, 0x18, 0xc6, 0x31, 0xf6, 0xdd,
|
||||
0xfe, 0xff, 0xfe, 0x01, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xef, 0xb9, 0xb6,
|
||||
0x25, 0xe1, 0x4d, 0x69, 0xba, 0x6c, 0xad, 0x3c, 0x41, 0x14, 0x84, 0xe9,
|
||||
0x9e, 0x37, 0xf7, 0xff, 0xff, 0xfb, 0x03, 0x00, 0x00, 0x00, 0x70, 0x5d,
|
||||
0x3d, 0x9f, 0x3d, 0x6d, 0x26, 0x52, 0x59, 0xb6, 0x6d, 0xab, 0x7f, 0x14,
|
||||
0x82, 0xe1, 0x39, 0xe6, 0xdd, 0xfb, 0xff, 0xbf, 0xff, 0x01, 0x00, 0x00,
|
||||
0x00, 0xf0, 0xf6, 0x6f, 0x77, 0xcd, 0x92, 0xd0, 0x52, 0x4b, 0xb3, 0x49,
|
||||
0x0b, 0x3a, 0x41, 0x61, 0x38, 0x9e, 0x73, 0xee, 0xdc, 0xff, 0xff, 0xfd,
|
||||
0x03, 0x00, 0x00, 0x00, 0xf0, 0xff, 0xd7, 0x65, 0xda, 0x66, 0x63, 0x9d,
|
||||
0xf2, 0x36, 0x7b, 0x6a, 0x7f, 0x14, 0x18, 0x8e, 0xe7, 0xd9, 0x7b, 0xff,
|
||||
0xff, 0xef, 0xff, 0x03, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0xdd, 0xb6,
|
||||
0xc9, 0x4c, 0x46, 0x9a, 0x64, 0xcb, 0x5b, 0xed, 0x06, 0xc6, 0xe3, 0x71,
|
||||
0xde, 0xbd, 0xff, 0xff, 0x7f, 0xff, 0x07, 0x00, 0x00, 0x00, 0xc0, 0x7f,
|
||||
0x7f, 0xff, 0x59, 0x37, 0x75, 0xbb, 0x96, 0x66, 0xdb, 0x56, 0xf7, 0xe0,
|
||||
0xf2, 0x74, 0x9e, 0x77, 0xef, 0xfd, 0xff, 0xeb, 0xed, 0x03, 0x00, 0x00,
|
||||
0x00, 0xc0, 0xea, 0xdf, 0xb3, 0xdb, 0xde, 0xc6, 0x81, 0xb0, 0x6c, 0xba,
|
||||
0xb4, 0xf6, 0x38, 0x18, 0x3c, 0xe7, 0x9c, 0xfb, 0xff, 0x7f, 0xff, 0xff,
|
||||
0x07, 0x00, 0x00, 0x00, 0x80, 0xff, 0xf7, 0x6e, 0x66, 0xd9, 0x99, 0xac,
|
||||
0xa4, 0xcd, 0x96, 0xa5, 0xea, 0x03, 0xa7, 0xcf, 0x79, 0xef, 0xfd, 0xff,
|
||||
0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xff, 0xfd, 0xef, 0xdf,
|
||||
0x6f, 0xef, 0x72, 0x65, 0xd9, 0xb6, 0xad, 0xe8, 0xc1, 0xe1, 0xf1, 0xbe,
|
||||
0x7b, 0xef, 0xff, 0xdf, 0x7a, 0xfb, 0x07, 0x00, 0x00, 0x00, 0x00, 0xfe,
|
||||
0x5f, 0xdd, 0x9d, 0xac, 0x99, 0x84, 0x29, 0xcd, 0x3c, 0x4f, 0x9d, 0x7d,
|
||||
0x3c, 0x9e, 0xe7, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xef, 0x0f, 0x00, 0x00,
|
||||
0x00, 0x00, 0xfe, 0xff, 0x77, 0x7b, 0x33, 0xe7, 0x5a, 0x49, 0x9b, 0x65,
|
||||
0x59, 0x75, 0x07, 0x97, 0xf7, 0xbb, 0xef, 0xff, 0xff, 0xdb, 0xfe, 0xff,
|
||||
0x07, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xf7, 0x3f, 0xe7, 0xcf, 0x9c, 0x51,
|
||||
0x4d, 0xb0, 0x6d, 0x4b, 0xc9, 0xd3, 0xf5, 0x79, 0xfe, 0xfb, 0xff, 0xff,
|
||||
0xdb, 0xda, 0xfe, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xef, 0xde,
|
||||
0xdd, 0xf3, 0x4d, 0x52, 0x36, 0xcb, 0xd2, 0x3a, 0x7e, 0x3c, 0xde, 0xe7,
|
||||
0xbe, 0xff, 0x7f, 0xda, 0xff, 0xdf, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xf8,
|
||||
0xff, 0xfb, 0xdd, 0x73, 0x8f, 0xa5, 0x9a, 0xe6, 0xd9, 0xb6, 0xe2, 0x4e,
|
||||
0xc7, 0xf7, 0xfd, 0xff, 0xff, 0xff, 0xf7, 0xf6, 0xff, 0x0f, 0x00, 0x00,
|
||||
0x00, 0x00, 0xe0, 0xff, 0xff, 0x7f, 0xee, 0x79, 0xb2, 0xb2, 0x2c, 0x9f,
|
||||
0xb6, 0x54, 0xfe, 0xfb, 0x79, 0xbf, 0xff, 0xff, 0x5f, 0xda, 0xff, 0xfa,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0xf7, 0xbf, 0xe7, 0x4b,
|
||||
0xb4, 0x69, 0xd3, 0x2c, 0x25, 0xbd, 0xbc, 0xcf, 0xf7, 0xfd, 0xff, 0xd7,
|
||||
0xf6, 0xfe, 0xdf, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0xbf, 0x9d,
|
||||
0xf1, 0x3e, 0x57, 0x25, 0xcb, 0xb6, 0x6d, 0xa9, 0xb5, 0xef, 0xfb, 0xff,
|
||||
0xff, 0xff, 0xd5, 0xda, 0xd6, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x80,
|
||||
0xff, 0xff, 0xfb, 0xcf, 0xf5, 0x25, 0x65, 0xd9, 0x66, 0x5b, 0x4a, 0xfa,
|
||||
0xf9, 0x7e, 0xff, 0xff, 0xff, 0xf6, 0xd6, 0xdf, 0xfa, 0x0f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xfe, 0xff, 0xef, 0x3e, 0xf7, 0x9f, 0x5b, 0x92, 0x6c,
|
||||
0xdb, 0x52, 0xe5, 0xbe, 0xdf, 0xff, 0xff, 0xbf, 0x51, 0xda, 0xfa, 0x7f,
|
||||
0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x7b, 0x9f, 0xe7,
|
||||
0x4c, 0xb3, 0x4d, 0xd3, 0x54, 0xd9, 0xe7, 0xfb, 0xff, 0xff, 0x5f, 0xdc,
|
||||
0xfa, 0xdf, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x7f,
|
||||
0xe7, 0xf9, 0x3a, 0xd3, 0xa6, 0xe9, 0xb6, 0xa5, 0xca, 0xf9, 0xfd, 0xff,
|
||||
0xff, 0x83, 0x42, 0xd2, 0xff, 0xfb, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xf0, 0xff, 0xfd, 0xbf, 0xef, 0x4f, 0xd5, 0x64, 0xdb, 0x26, 0x4d, 0x30,
|
||||
0x7f, 0xff, 0xff, 0xff, 0x91, 0xda, 0xdb, 0xda, 0xdf, 0x1f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xe0, 0xff, 0xbf, 0xff, 0x7d, 0xbe, 0xb5, 0x6d, 0x97,
|
||||
0x6d, 0x93, 0x56, 0xdf, 0xff, 0xff, 0x7f, 0x81, 0x4a, 0xda, 0x7f, 0xff,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xef, 0xeb, 0xbb,
|
||||
0xa6, 0x4d, 0x73, 0xcd, 0x92, 0xaa, 0xfe, 0xff, 0xff, 0x1f, 0x01, 0x6a,
|
||||
0x5b, 0xfb, 0xfb, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff,
|
||||
0xfd, 0xbf, 0x5f, 0x3b, 0xdb, 0x36, 0xbb, 0x26, 0x4c, 0xf9, 0xff, 0xff,
|
||||
0x0f, 0xa3, 0x2a, 0xe9, 0x7f, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xee, 0xff, 0xff, 0xfe, 0xfe, 0xcc, 0x91, 0xec, 0x93, 0x6d, 0x93,
|
||||
0xf2, 0xff, 0xff, 0x03, 0x00, 0x6a, 0x6d, 0x6f, 0xff, 0x1f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0xf7, 0x6f, 0x76, 0xb6, 0xcd,
|
||||
0x76, 0xc9, 0x2a, 0xe9, 0xff, 0xff, 0x00, 0x02, 0x24, 0xed, 0xf9, 0xed,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0xff, 0xdf, 0xff,
|
||||
0xd9, 0x66, 0x9b, 0x6c, 0x93, 0x54, 0xc5, 0xff, 0x3f, 0x00, 0x01, 0x95,
|
||||
0xb5, 0xaf, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff,
|
||||
0xff, 0xff, 0xfd, 0xae, 0x7d, 0xde, 0x6d, 0xf6, 0xa1, 0x8a, 0xff, 0x0f,
|
||||
0x00, 0x81, 0x90, 0xb4, 0xfd, 0xfd, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x80, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xcd, 0xb2, 0xdb, 0x2c, 0xcb,
|
||||
0x54, 0xfe, 0x01, 0x00, 0x01, 0xd2, 0xb6, 0xb7, 0xff, 0x0f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0xff, 0x39, 0xdb, 0x76,
|
||||
0xb3, 0x4b, 0xb6, 0x0a, 0xfe, 0x00, 0x00, 0x01, 0x48, 0xda, 0xfe, 0xff,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0xff,
|
||||
0xcf, 0xb9, 0x6d, 0xb6, 0xd9, 0xa5, 0x75, 0x1c, 0x00, 0x80, 0x80, 0x20,
|
||||
0xdb, 0xda, 0xbe, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0,
|
||||
0xff, 0xff, 0xff, 0x77, 0x96, 0xd9, 0x26, 0xb3, 0x4d, 0x82, 0x11, 0x00,
|
||||
0x80, 0x80, 0x24, 0x6d, 0xff, 0xf7, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xbb, 0x67, 0xdb, 0xdd, 0x36, 0xd9,
|
||||
0x54, 0x60, 0x00, 0xc0, 0x00, 0x92, 0x65, 0x6b, 0xff, 0x0f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x4f, 0x7d, 0x96,
|
||||
0xd9, 0x6c, 0x36, 0xad, 0xc2, 0x00, 0x60, 0x00, 0xc8, 0xb6, 0x6d, 0xff,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0xff,
|
||||
0xff, 0xc8, 0x76, 0xbb, 0xcb, 0x64, 0x52, 0x02, 0x03, 0x10, 0x00, 0x64,
|
||||
0xda, 0xff, 0xfb, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x80, 0xff, 0xff, 0x5f, 0xd7, 0x4d, 0x33, 0x99, 0xdd, 0x96, 0x04, 0x2c,
|
||||
0x1c, 0x40, 0x22, 0xdb, 0xb6, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xdf, 0xb5, 0xed, 0xe6, 0x36, 0x9b,
|
||||
0x6c, 0x29, 0xf0, 0x03, 0x00, 0x99, 0x6c, 0xfb, 0xfd, 0x07, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0x7f, 0x35, 0xbb,
|
||||
0xec, 0x76, 0x33, 0x91, 0x02, 0x00, 0x00, 0x00, 0x64, 0x67, 0xdf, 0xff,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc,
|
||||
0xbf, 0x6f, 0x9b, 0x9d, 0xc9, 0xce, 0x36, 0x49, 0x00, 0x00, 0x00, 0x93,
|
||||
0xb1, 0xdd, 0xfe, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x40, 0xff, 0x6a, 0x76, 0xbb, 0xdd, 0xd9, 0x64, 0x12, 0x01,
|
||||
0x00, 0x40, 0x98, 0xdd, 0x6d, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xdf, 0x66, 0x73, 0x33, 0xbb,
|
||||
0x9d, 0x4d, 0x00, 0x00, 0x00, 0x63, 0xe6, 0xf6, 0xff, 0x07, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xed, 0xfd,
|
||||
0xee, 0xee, 0x36, 0x73, 0x2b, 0x04, 0x00, 0xa0, 0x38, 0x75, 0xbf, 0xff,
|
||||
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x7f, 0xd9, 0xec, 0xce, 0x66, 0x66, 0x66, 0x22, 0x04, 0x00, 0xc6,
|
||||
0x99, 0xbb, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x5e, 0xb3, 0xdb, 0xb9, 0xcd, 0xc9, 0x88, 0x89,
|
||||
0x00, 0x68, 0x31, 0xee, 0xdd, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf6, 0xbe, 0xbb, 0x9b, 0x3f,
|
||||
0xbb, 0x33, 0x23, 0x04, 0x00, 0x8c, 0xf3, 0xee, 0xff, 0x03, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xbc, 0x67,
|
||||
0x76, 0x77, 0xb2, 0x66, 0xce, 0x0c, 0xd1, 0xd6, 0xe3, 0x79, 0xf7, 0xff,
|
||||
0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xf8, 0xfd, 0xef, 0xe6, 0xee, 0xce, 0x9c, 0x31, 0x16, 0x00, 0x3c,
|
||||
0x9e, 0xfb, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x78, 0x9f, 0xdb, 0xdc, 0x9d, 0x99, 0x33, 0xc6,
|
||||
0xc1, 0xff, 0x8f, 0xe7, 0xbb, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xf7, 0xbd, 0xbb, 0x33,
|
||||
0x7b, 0xee, 0x18, 0x1e, 0x50, 0xf0, 0xf9, 0xfe, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x7b,
|
||||
0xf7, 0x77, 0xf7, 0xe6, 0x9c, 0xe3, 0xf0, 0x4d, 0xff, 0x7c, 0xef, 0xff,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xc0, 0xdf, 0x76, 0x7f, 0xcf, 0x9e, 0x73, 0x8f, 0x07, 0xff, 0x0b,
|
||||
0xdf, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x80, 0xee, 0xcd, 0xdd, 0x9d, 0x7b, 0xf7, 0x7c,
|
||||
0x7a, 0x00, 0xf0, 0xe7, 0xfd, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x7f, 0xbf, 0xdd, 0x7b,
|
||||
0x6b, 0x9e, 0xf3, 0xe1, 0xff, 0xff, 0x7d, 0xff, 0x7f, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xee,
|
||||
0xb7, 0xbb, 0x7b, 0xee, 0x79, 0x8f, 0x0f, 0xfa, 0x2f, 0xff, 0xf7, 0x3f,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x7e, 0xff, 0x77, 0xef, 0xdd, 0x77, 0x7c, 0xfe, 0x02, 0xe8,
|
||||
0xcf, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xef, 0xee, 0xdd, 0xb3, 0xcf, 0xf3,
|
||||
0xf1, 0xff, 0xff, 0xf9, 0xfe, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xfb, 0xff, 0xbf,
|
||||
0xef, 0xbe, 0xcf, 0x8f, 0xfe, 0x5f, 0xfe, 0xff, 0x0f, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0,
|
||||
0xbf, 0xbb, 0xf7, 0xde, 0x79, 0x3e, 0xff, 0x52, 0xd2, 0xdf, 0xff, 0x0f,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xe0, 0xef, 0xef, 0xef, 0x3c, 0xef, 0xf9, 0xf8, 0xff, 0xff,
|
||||
0xf7, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0xee, 0xdc, 0xf7, 0xfe, 0xe7,
|
||||
0x97, 0xfe, 0xff, 0xfe, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbf,
|
||||
0xef, 0xbf, 0x3e, 0xff, 0xda, 0xf6, 0xff, 0xff, 0x03, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xfe, 0xbf, 0xf7, 0xfe, 0xf7, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x01,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xfe, 0xff, 0xde, 0xbd, 0xef, 0xfb, 0xd7, 0xff, 0xbf,
|
||||
0xfd, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0xf7, 0x7d, 0xbf,
|
||||
0xff, 0xd2, 0xf6, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xbf,
|
||||
0xef, 0xfb, 0xfd, 0xfd, 0xff, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xc0, 0xff, 0xef, 0xbe, 0xf7, 0xef, 0xef, 0xff, 0xff, 0xff, 0x3f, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xdf, 0xbf, 0xff, 0xff, 0xff,
|
||||
0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x7f, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff,
|
||||
0xfe, 0xff, 0xfb, 0xf7, 0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xf0, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xfd, 0xff, 0xff, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xfc, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x07,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff,
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/flagdown
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/flagdown
Executable file
@@ -0,0 +1,27 @@
|
||||
#define flagdown_width 48
|
||||
#define flagdown_height 48
|
||||
static char flagdown_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xe1, 0x00, 0x00,
|
||||
0x00, 0x00, 0x70, 0x80, 0x01, 0x00, 0x00, 0x00, 0x18, 0x00, 0x03, 0x00,
|
||||
0x00, 0x00, 0x0c, 0x00, 0x03, 0x00, 0x00, 0x00, 0x06, 0x00, 0x06, 0x04,
|
||||
0x00, 0x00, 0x03, 0x00, 0x06, 0x06, 0x00, 0x80, 0x01, 0x00, 0x06, 0x07,
|
||||
0x00, 0xc0, 0x1f, 0x00, 0x87, 0x07, 0x00, 0xe0, 0x7f, 0x80, 0xc7, 0x07,
|
||||
0x00, 0x70, 0xe0, 0xc0, 0xe5, 0x07, 0x00, 0x38, 0x80, 0xe1, 0x74, 0x07,
|
||||
0x00, 0x18, 0x80, 0x71, 0x3c, 0x07, 0x00, 0x0c, 0x00, 0x3b, 0x1e, 0x03,
|
||||
0x00, 0x0c, 0x00, 0x1f, 0x0f, 0x00, 0x00, 0x86, 0x1f, 0x8e, 0x07, 0x00,
|
||||
0x00, 0x06, 0x06, 0xc6, 0x05, 0x00, 0x00, 0x06, 0x00, 0xc6, 0x05, 0x00,
|
||||
0x00, 0x06, 0x00, 0xc6, 0x04, 0x00, 0x00, 0x06, 0x00, 0x06, 0x04, 0x00,
|
||||
0x7f, 0x06, 0x00, 0x06, 0xe4, 0xff, 0x00, 0x06, 0x00, 0x06, 0x04, 0x00,
|
||||
0x00, 0x06, 0x00, 0x06, 0x04, 0x00, 0x00, 0x06, 0x00, 0x06, 0x06, 0x00,
|
||||
0x00, 0x06, 0x00, 0x06, 0x03, 0x00, 0x00, 0x06, 0x00, 0x86, 0x01, 0x00,
|
||||
0x00, 0x06, 0x00, 0xc6, 0x00, 0x00, 0x00, 0x06, 0x00, 0x66, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x36, 0x00, 0x00, 0x00, 0x06, 0x00, 0x3e, 0x00, 0x00,
|
||||
0x00, 0xfe, 0xff, 0x2f, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x27, 0x00, 0x00,
|
||||
0x00, 0x00, 0x88, 0x20, 0x00, 0x00, 0x00, 0x00, 0x88, 0x20, 0x00, 0x00,
|
||||
0x00, 0x00, 0x88, 0x20, 0x00, 0x00, 0x00, 0x00, 0x88, 0x20, 0x00, 0x00,
|
||||
0x00, 0x00, 0x88, 0x20, 0x00, 0x00, 0x00, 0x00, 0x88, 0x20, 0x00, 0x00,
|
||||
0x00, 0x00, 0x88, 0x20, 0x00, 0x00, 0x00, 0x00, 0x88, 0x20, 0x00, 0x00,
|
||||
0xf7, 0xbf, 0x8e, 0xfc, 0xdf, 0xf8, 0x9d, 0xeb, 0x9b, 0x76, 0xd2, 0x7a,
|
||||
0x46, 0x30, 0xe2, 0x0f, 0xe1, 0x47, 0x55, 0x84, 0x48, 0x11, 0x84, 0x19};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/flagup
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/flagup
Executable file
@@ -0,0 +1,27 @@
|
||||
#define flagup_width 48
|
||||
#define flagup_height 48
|
||||
static char flagup_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x7f, 0x00,
|
||||
0x00, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xef, 0x6a, 0x00,
|
||||
0x00, 0x00, 0xc0, 0x7b, 0x75, 0x00, 0x00, 0x00, 0xe0, 0xe0, 0x6a, 0x00,
|
||||
0x00, 0x00, 0x30, 0x60, 0x75, 0x00, 0x00, 0x00, 0x18, 0xe0, 0x7f, 0x00,
|
||||
0x00, 0x00, 0x0c, 0xe0, 0x7f, 0x00, 0x00, 0x00, 0x06, 0xe0, 0x04, 0x00,
|
||||
0x00, 0x00, 0x03, 0xe0, 0x04, 0x00, 0x00, 0x80, 0x01, 0xe0, 0x06, 0x00,
|
||||
0x00, 0xc0, 0x1f, 0xe0, 0x07, 0x00, 0x00, 0xe0, 0x7f, 0xe0, 0x07, 0x00,
|
||||
0x00, 0x70, 0xe0, 0xe0, 0x05, 0x00, 0x00, 0x38, 0x80, 0xe1, 0x04, 0x00,
|
||||
0x00, 0x18, 0x80, 0xf1, 0x04, 0x00, 0x00, 0x0c, 0x00, 0xfb, 0x04, 0x00,
|
||||
0x00, 0x0c, 0x00, 0xff, 0x04, 0x00, 0x00, 0x86, 0x1f, 0xee, 0x04, 0x00,
|
||||
0x00, 0x06, 0x06, 0xe6, 0x04, 0x00, 0x00, 0x06, 0x00, 0xe6, 0x04, 0x00,
|
||||
0x00, 0x06, 0x00, 0xe6, 0x04, 0x00, 0x00, 0x06, 0x00, 0x66, 0x04, 0x00,
|
||||
0x7f, 0x56, 0x52, 0x06, 0xe4, 0xff, 0x00, 0x76, 0x55, 0x06, 0x04, 0x00,
|
||||
0x00, 0x56, 0x57, 0x06, 0x04, 0x00, 0x00, 0x56, 0x55, 0x06, 0x06, 0x00,
|
||||
0x00, 0x56, 0xd5, 0x06, 0x03, 0x00, 0x00, 0x06, 0x00, 0x86, 0x01, 0x00,
|
||||
0x54, 0x06, 0x00, 0xc6, 0x54, 0x55, 0xaa, 0x06, 0x00, 0x66, 0xaa, 0x2a,
|
||||
0x54, 0x06, 0x00, 0x36, 0x55, 0x55, 0xaa, 0x06, 0x00, 0xbe, 0xaa, 0x2a,
|
||||
0x54, 0xfe, 0xff, 0x6f, 0x55, 0x55, 0xaa, 0xfc, 0xff, 0xa7, 0xaa, 0x2a,
|
||||
0x54, 0x01, 0x88, 0x60, 0x55, 0x55, 0xaa, 0xaa, 0x8a, 0xa0, 0xaa, 0x2a,
|
||||
0x54, 0x55, 0x8d, 0x60, 0x55, 0x55, 0xaa, 0xaa, 0x8a, 0xa0, 0xaa, 0x2a,
|
||||
0x54, 0x55, 0x8d, 0x60, 0x55, 0x55, 0xaa, 0xaa, 0x8a, 0xa0, 0xaa, 0x2a,
|
||||
0x54, 0x55, 0x8d, 0x50, 0x55, 0x55, 0xaa, 0xaa, 0x8a, 0xa8, 0xaa, 0x2a,
|
||||
0x54, 0x55, 0x95, 0x54, 0x55, 0x55, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x2a,
|
||||
0x54, 0x55, 0x55, 0x55, 0x55, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/flipped_gray
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/flipped_gray
Executable file
@@ -0,0 +1,4 @@
|
||||
#define flipped_gray_width 4
|
||||
#define flipped_gray_height 2
|
||||
static char flipped_gray_bits[] = {
|
||||
0x07, 0x0d};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/gray
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/gray
Executable file
@@ -0,0 +1,4 @@
|
||||
#define gray_width 2
|
||||
#define gray_height 2
|
||||
static char gray_bits[] = {
|
||||
0x01, 0x02};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/gray1
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/gray1
Executable file
@@ -0,0 +1,4 @@
|
||||
#define gray1_width 2
|
||||
#define gray1_height 2
|
||||
static char gray1_bits[] = {
|
||||
0x01, 0x02};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/gray3
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/gray3
Executable file
@@ -0,0 +1,4 @@
|
||||
#define gray3_width 4
|
||||
#define gray3_height 4
|
||||
static char gray3_bits[] = {
|
||||
0x01, 0x00, 0x04, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/grid16
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/grid16
Executable file
@@ -0,0 +1,6 @@
|
||||
#define grid16_width 16
|
||||
#define grid16_height 16
|
||||
static char grid16_bits[] = {
|
||||
0x55, 0x55, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/grid2
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/grid2
Executable file
@@ -0,0 +1,4 @@
|
||||
#define grid2_width 2
|
||||
#define grid2_height 2
|
||||
static char grid2_bits[] = {
|
||||
0x01, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/grid4
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/grid4
Executable file
@@ -0,0 +1,4 @@
|
||||
#define grid4_width 4
|
||||
#define grid4_height 4
|
||||
static char grid4_bits[] = {
|
||||
0x05, 0x00, 0x01, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/grid8
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/grid8
Executable file
@@ -0,0 +1,4 @@
|
||||
#define grid8_width 8
|
||||
#define grid8_height 8
|
||||
static char grid8_bits[] = {
|
||||
0x55, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/hlines2
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/hlines2
Executable file
@@ -0,0 +1,4 @@
|
||||
#define hlines2_width 1
|
||||
#define hlines2_height 2
|
||||
static char hlines2_bits[] = {
|
||||
0x01, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/hlines3
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/hlines3
Executable file
@@ -0,0 +1,4 @@
|
||||
#define hlines3_width 1
|
||||
#define hlines3_height 3
|
||||
static char hlines3_bits[] = {
|
||||
0x00, 0x01, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/icon
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/icon
Executable file
@@ -0,0 +1,6 @@
|
||||
#define icon_width 16
|
||||
#define icon_height 16
|
||||
static char icon_bits[] = {
|
||||
0xff, 0xff, 0xab, 0xaa, 0x55, 0xd5, 0xab, 0xaa, 0x05, 0xd0, 0x0b, 0xa0,
|
||||
0x05, 0xd0, 0x0b, 0xa0, 0x05, 0xd0, 0x0b, 0xa0, 0x05, 0xd0, 0x0b, 0xa0,
|
||||
0x55, 0xd5, 0xab, 0xaa, 0x55, 0xd5, 0xff, 0xff};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/keyboard16
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/keyboard16
Executable file
@@ -0,0 +1,6 @@
|
||||
#define keyboard16_width 16
|
||||
#define keyboard16_height 16
|
||||
static char keyboard16_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x08, 0x10, 0x08, 0x10, 0x08, 0x10,
|
||||
0x08, 0x10, 0xf0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0xa8, 0x1a,
|
||||
0x54, 0x35, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/left_ptr
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/left_ptr
Executable file
@@ -0,0 +1,8 @@
|
||||
#define left_ptr_width 16
|
||||
#define left_ptr_height 16
|
||||
#define left_ptr_x_hot 3
|
||||
#define left_ptr_y_hot 1
|
||||
static char left_ptr_bits[] = {
|
||||
0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x78, 0x00, 0xf8, 0x00,
|
||||
0xf8, 0x01, 0xf8, 0x03, 0xf8, 0x07, 0xf8, 0x00, 0xd8, 0x00, 0x88, 0x01,
|
||||
0x80, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/left_ptrmsk
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/left_ptrmsk
Executable file
@@ -0,0 +1,6 @@
|
||||
#define left_ptrmsk_width 16
|
||||
#define left_ptrmsk_height 16
|
||||
static char left_ptrmsk_bits[] = {
|
||||
0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0xfc, 0x00, 0xfc, 0x01,
|
||||
0xfc, 0x03, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x01, 0xdc, 0x03,
|
||||
0xcc, 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x03};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/letters
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/letters
Executable file
@@ -0,0 +1,27 @@
|
||||
#define letters_width 48
|
||||
#define letters_height 48
|
||||
static char letters_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xfe, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x20,
|
||||
0x00, 0xfa, 0x00, 0x00, 0x00, 0x2e, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2a,
|
||||
0x00, 0x3a, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2e,
|
||||
0xe0, 0xff, 0xff, 0xff, 0xff, 0x21, 0x20, 0x00, 0x00, 0x00, 0x00, 0x21,
|
||||
0xa0, 0x03, 0x00, 0x00, 0x70, 0x21, 0x20, 0x00, 0x00, 0x00, 0x50, 0x21,
|
||||
0xa0, 0x1f, 0x00, 0x00, 0x50, 0x21, 0x20, 0x00, 0x00, 0x00, 0x70, 0x21,
|
||||
0xfe, 0xff, 0xff, 0xff, 0x0f, 0x21, 0x02, 0x00, 0x00, 0x00, 0x08, 0x21,
|
||||
0xfa, 0x01, 0x00, 0x80, 0x0b, 0x21, 0x02, 0x00, 0x00, 0x80, 0x0a, 0x21,
|
||||
0xba, 0x01, 0x00, 0x80, 0x0a, 0x21, 0x02, 0x00, 0x00, 0x80, 0x0b, 0x21,
|
||||
0x3a, 0x00, 0x00, 0x00, 0x08, 0x21, 0x02, 0x00, 0x00, 0x00, 0x08, 0x21,
|
||||
0x02, 0xc0, 0xfb, 0x03, 0x08, 0x21, 0x02, 0x00, 0x00, 0x00, 0x08, 0x3f,
|
||||
0x02, 0xc0, 0xbd, 0x0f, 0x08, 0x01, 0x02, 0x00, 0x00, 0x00, 0x08, 0x01,
|
||||
0x02, 0xc0, 0x7f, 0x7b, 0x08, 0x01, 0x02, 0x00, 0x00, 0x00, 0x08, 0x01,
|
||||
0x02, 0x00, 0x00, 0x00, 0xf8, 0x01, 0x02, 0x00, 0x00, 0x00, 0x08, 0x00,
|
||||
0x02, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x00, 0x00, 0x00, 0x08, 0x00,
|
||||
0x02, 0x00, 0x00, 0x00, 0x08, 0x00, 0x02, 0x00, 0x00, 0x00, 0x08, 0x00,
|
||||
0xfe, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/light_gray
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/light_gray
Executable file
@@ -0,0 +1,4 @@
|
||||
#define light_gray_width 4
|
||||
#define light_gray_height 2
|
||||
static char light_gray_bits[] = {
|
||||
0x08, 0x02};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/mailempty
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/mailempty
Executable file
@@ -0,0 +1,27 @@
|
||||
#define mailempty_width 48
|
||||
#define mailempty_height 48
|
||||
static unsigned char mailempty_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x80, 0xff, 0xff, 0xff, 0xff, 0x7f,
|
||||
0xc0, 0xaf, 0xaa, 0xaa, 0xaa, 0x7a, 0xe0, 0x57, 0x55, 0x55, 0x55, 0x7d,
|
||||
0xf0, 0xaf, 0xaa, 0xaa, 0xaa, 0x7e, 0xf8, 0x57, 0x55, 0x55, 0x55, 0x7f,
|
||||
0xfc, 0xaf, 0xaa, 0xaa, 0xaa, 0x7f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0xab, 0xaa, 0xaa, 0xea, 0x7f,
|
||||
0xfe, 0x55, 0x55, 0x55, 0xf5, 0x6f, 0xfe, 0xaa, 0xaa, 0xaa, 0xea, 0x67,
|
||||
0x7e, 0x55, 0x55, 0x55, 0xf5, 0x63, 0xbe, 0xaa, 0xaa, 0xaa, 0xea, 0x61,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0x60, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0x60,
|
||||
0x06, 0x06, 0x00, 0x00, 0x60, 0x60, 0x06, 0x06, 0x00, 0x00, 0x60, 0x60,
|
||||
0x06, 0x06, 0x00, 0x00, 0x60, 0x60, 0x06, 0x06, 0x00, 0x00, 0x60, 0x60,
|
||||
0x06, 0x06, 0x00, 0x00, 0x60, 0x60, 0x06, 0xfe, 0xff, 0xff, 0xff, 0x7f,
|
||||
0x06, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x86, 0xaf, 0xaa, 0xaa, 0xea, 0x7a,
|
||||
0xc6, 0x57, 0x55, 0x55, 0x75, 0x7d, 0xe6, 0xaf, 0xaa, 0xaa, 0xea, 0x7e,
|
||||
0xf6, 0x57, 0x55, 0x55, 0x75, 0x7f, 0xfe, 0xaf, 0xaa, 0xaa, 0xea, 0x7f,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f,
|
||||
0xfe, 0xab, 0xaa, 0xaa, 0xea, 0x7f, 0xfe, 0x55, 0x55, 0x55, 0xf5, 0x6f,
|
||||
0xfe, 0xaa, 0xaa, 0xaa, 0xea, 0x67, 0x7e, 0x55, 0x55, 0x55, 0xf5, 0x63,
|
||||
0xbe, 0xaa, 0xaa, 0xaa, 0xea, 0x61, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x60,
|
||||
0xfe, 0xff, 0xff, 0xff, 0x7f, 0x60, 0x06, 0x06, 0x00, 0x00, 0x60, 0x00,
|
||||
0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x06, 0x00, 0x00, 0x00, 0x60, 0x00,
|
||||
0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x06, 0x00, 0x00, 0x00, 0x60, 0x00,
|
||||
0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/mailemptymsk
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/mailemptymsk
Executable file
@@ -0,0 +1,27 @@
|
||||
#define mailemask_width 48
|
||||
#define mailemask_height 48
|
||||
static char mailemask_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0f, 0x0f, 0x00, 0x00, 0xf0, 0xf0,
|
||||
0x0f, 0x0f, 0x00, 0x00, 0xf0, 0xf0, 0x0f, 0x0f, 0x00, 0x00, 0xf0, 0xf0,
|
||||
0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,
|
||||
0x0f, 0x0f, 0x00, 0x00, 0xf0, 0x00, 0x0f, 0x00, 0x00, 0x00, 0xf0, 0x00,
|
||||
0x0f, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x0f, 0x00, 0x00, 0x00, 0xf0, 0x00,
|
||||
0x0f, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x0f, 0x00, 0x00, 0x00, 0xf0, 0x00};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/mailfull
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/mailfull
Executable file
@@ -0,0 +1,27 @@
|
||||
#define mailfull_width 48
|
||||
#define mailfull_height 48
|
||||
static unsigned char mailfull_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0x07,
|
||||
0xc0, 0xff, 0xff, 0xff, 0x1f, 0x04, 0x40, 0x00, 0x00, 0x00, 0xd0, 0x05,
|
||||
0x40, 0x00, 0x00, 0x00, 0x57, 0x7d, 0x40, 0x1e, 0x00, 0x00, 0x55, 0x7d,
|
||||
0x40, 0x00, 0x00, 0x00, 0xd5, 0x7d, 0x60, 0x02, 0x00, 0x00, 0x17, 0x7c,
|
||||
0x70, 0x00, 0x7e, 0x00, 0x10, 0x7c, 0x78, 0x00, 0x00, 0x00, 0x10, 0x7e,
|
||||
0x7c, 0x00, 0x1e, 0x00, 0x10, 0x7f, 0x7e, 0x00, 0x00, 0x00, 0x90, 0x7f,
|
||||
0x7e, 0x00, 0x3e, 0x07, 0xd0, 0x7f, 0x7e, 0x00, 0x00, 0x00, 0xf0, 0x7f,
|
||||
0x7e, 0x00, 0x00, 0x00, 0xf0, 0x6f, 0x7e, 0x00, 0x00, 0x00, 0xf0, 0x67,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0x63, 0xbe, 0xaa, 0xaa, 0xaa, 0xea, 0x61,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0x60, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0x60,
|
||||
0x06, 0x06, 0x00, 0x00, 0x60, 0x60, 0x06, 0x06, 0x00, 0x00, 0x60, 0x60,
|
||||
0x06, 0x06, 0x00, 0x00, 0x60, 0x60, 0x06, 0x06, 0x00, 0x00, 0x60, 0x60,
|
||||
0x06, 0x06, 0x00, 0x00, 0x60, 0x60, 0x06, 0xff, 0xff, 0xff, 0xff, 0x7f,
|
||||
0x86, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xc6, 0xaf, 0xaa, 0xaa, 0xea, 0x7a,
|
||||
0xe6, 0x57, 0x55, 0x55, 0x75, 0x7d, 0xf6, 0xaf, 0xaa, 0xaa, 0xea, 0x7e,
|
||||
0xfe, 0x57, 0x55, 0x55, 0x75, 0x7f, 0xfe, 0xaf, 0xaa, 0xaa, 0xea, 0x7f,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f,
|
||||
0xfe, 0xab, 0xaa, 0xaa, 0xea, 0x7f, 0xfe, 0x55, 0x55, 0x55, 0xf5, 0x6f,
|
||||
0xfe, 0xaa, 0xaa, 0xaa, 0xea, 0x67, 0x7e, 0x55, 0x55, 0x55, 0xf5, 0x63,
|
||||
0xbe, 0xaa, 0xaa, 0xaa, 0xea, 0x61, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x60,
|
||||
0xfe, 0xff, 0xff, 0xff, 0x7f, 0x60, 0x06, 0x06, 0x00, 0x00, 0x60, 0x60,
|
||||
0x06, 0x00, 0x00, 0x00, 0x60, 0x00, 0x06, 0xee, 0x9c, 0x37, 0x60, 0x00,
|
||||
0x06, 0xfe, 0x36, 0x33, 0x60, 0x00, 0x06, 0xd6, 0x3e, 0x33, 0x60, 0x00,
|
||||
0x06, 0xc6, 0xb6, 0xf7, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/mailfullmsk
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/mailfullmsk
Executable file
@@ -0,0 +1,27 @@
|
||||
#define mailfullmsk_width 48
|
||||
#define mailfullmsk_height 48
|
||||
static char mailfullmsk_bits[] = {
|
||||
0x00, 0xe0, 0xff, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0xff, 0xff, 0x0f,
|
||||
0xe0, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0f, 0x0f, 0x00, 0x00, 0xf0, 0xf0,
|
||||
0x0f, 0x0f, 0x00, 0x00, 0xf0, 0xf0, 0x0f, 0x0f, 0x00, 0x00, 0xf0, 0xf0,
|
||||
0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xcf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,
|
||||
0x0f, 0xff, 0xff, 0xff, 0xf1, 0xf0, 0x0f, 0xff, 0xff, 0xff, 0xf1, 0x00,
|
||||
0x0f, 0xff, 0xff, 0xff, 0xf1, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xf1, 0x00,
|
||||
0x0f, 0xff, 0xff, 0xff, 0xf1, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xf1, 0x00};
|
258
usr/lib/win-kex/VcXsrv/bitmaps/mensetmanus
Executable file
258
usr/lib/win-kex/VcXsrv/bitmaps/mensetmanus
Executable file
@@ -0,0 +1,258 @@
|
||||
#define mensetmanus_width 161
|
||||
#define mensetmanus_height 145
|
||||
|
||||
static char mensetmanus_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xc0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x7f, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x3f, 0xdb, 0x0f, 0x00, 0x00, 0x00, 0x80, 0x07,
|
||||
0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xf7, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x80, 0x61, 0x00, 0x00, 0xc6,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xc3, 0xff,
|
||||
0x1f, 0x00, 0x00, 0x00, 0xc0, 0xe1, 0xff, 0xff, 0x87, 0x01, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xc3, 0xf6, 0x1f, 0x00, 0x00,
|
||||
0x00, 0xc0, 0xc0, 0xff, 0xff, 0x87, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x80, 0x9f, 0x65, 0x1f, 0x00, 0x00, 0x00, 0xc0, 0x00,
|
||||
0x07, 0x80, 0x87, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x80, 0x9f, 0x6d, 0x1f, 0x00, 0x00, 0x00, 0xc0, 0x00, 0xff, 0xff, 0xc7,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x89, 0x6d,
|
||||
0x1b, 0x00, 0x00, 0x00, 0xc0, 0xe0, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x81, 0x6d, 0x1b, 0x00, 0x00,
|
||||
0x00, 0xc0, 0xe1, 0x5b, 0xdb, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xc0, 0x81, 0x6d, 0x1b, 0x00, 0x00, 0x00, 0x80, 0x83,
|
||||
0x5b, 0xdb, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xc0, 0x81, 0x6d, 0x1b, 0x00, 0x00, 0x00, 0x00, 0xcf, 0x5b, 0x1b, 0x0c,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x80, 0x6d,
|
||||
0x1b, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x5b, 0x1b, 0x0c, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x80, 0x6d, 0x1b, 0x00, 0x00,
|
||||
0x00, 0x00, 0xf8, 0x5b, 0x0b, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0xe0, 0x83, 0x6d, 0x19, 0x00, 0x00, 0x00, 0x00, 0x80,
|
||||
0x5b, 0x0b, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xe0, 0x83, 0x6d, 0x1b, 0x00, 0x00, 0x00, 0x00, 0x80, 0x5b, 0x0f, 0x0e,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x83, 0x6d,
|
||||
0x1b, 0x00, 0x00, 0x00, 0x00, 0x80, 0x4b, 0x0f, 0x07, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x83, 0x79, 0x1b, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0x6b, 0xbf, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x03, 0xfb, 0x3b, 0x00, 0x00, 0x00, 0x00, 0x80,
|
||||
0x6d, 0xb7, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x03, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xed, 0xf7, 0x07,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0xfe,
|
||||
0x7f, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xed, 0xd7, 0x07, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x7f, 0xf8, 0xff, 0x07, 0x00,
|
||||
0x00, 0x00, 0xe0, 0xfe, 0xd7, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0xff, 0x7f, 0xe0, 0xff, 0x3f, 0x00, 0x00, 0x00, 0xf0,
|
||||
0xff, 0xd6, 0xfe, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
|
||||
0xbf, 0x73, 0x80, 0x3b, 0x7c, 0x00, 0x00, 0x00, 0xf8, 0xe7, 0xd6, 0xef,
|
||||
0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xb9, 0x73, 0xc0,
|
||||
0x3b, 0xf0, 0x01, 0x00, 0x00, 0xff, 0xc3, 0xbf, 0xe7, 0x3f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0xb8, 0x7f, 0xe0, 0x3b, 0xc0, 0x03,
|
||||
0x00, 0xc0, 0xbf, 0xc7, 0xbf, 0xe7, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x1c, 0xb8, 0xff, 0xf8, 0x3b, 0x80, 0x07, 0x00, 0xe0, 0x61,
|
||||
0x87, 0xfd, 0xe7, 0xe6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e,
|
||||
0xb8, 0xf3, 0xff, 0x3b, 0x00, 0x0f, 0x00, 0x78, 0x60, 0x8e, 0xf1, 0x67,
|
||||
0xc7, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0xb8, 0xc3, 0x8f,
|
||||
0x7b, 0x00, 0x0e, 0x00, 0x38, 0xe0, 0x8c, 0x03, 0x66, 0x87, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0xb8, 0x03, 0x83, 0x7b, 0x00, 0x1e,
|
||||
0x00, 0x1c, 0xe0, 0x1d, 0x03, 0x76, 0x07, 0x07, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xc0, 0x07, 0xb8, 0xe3, 0x8f, 0xbb, 0x01, 0x39, 0x00, 0x1e, 0xe0,
|
||||
0x3b, 0x03, 0xf6, 0x87, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x0f,
|
||||
0xb8, 0xe3, 0x8f, 0x3b, 0xc6, 0x38, 0x00, 0x17, 0xe0, 0x73, 0x07, 0xfe,
|
||||
0xff, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x0b, 0xb8, 0xe7, 0x8e,
|
||||
0x3b, 0x38, 0x78, 0x00, 0x13, 0xe0, 0x77, 0x06, 0xfe, 0xff, 0xff, 0xff,
|
||||
0x0f, 0x00, 0x00, 0x00, 0xe0, 0x12, 0x3c, 0xff, 0xce, 0x3b, 0x00, 0x78,
|
||||
0x80, 0x13, 0x60, 0xef, 0x0e, 0xfe, 0x00, 0x00, 0x60, 0x08, 0x00, 0x00,
|
||||
0x00, 0x70, 0x22, 0x3e, 0xfc, 0xfe, 0x39, 0x00, 0xe8, 0x80, 0x61, 0x60,
|
||||
0xce, 0x0f, 0xfe, 0x00, 0x00, 0x60, 0xf8, 0x00, 0x00, 0x00, 0x70, 0xc2,
|
||||
0x39, 0xf8, 0x7e, 0x38, 0x00, 0xc8, 0xc0, 0x81, 0x71, 0xde, 0x0f, 0xfe,
|
||||
0x00, 0x00, 0x60, 0x88, 0x00, 0x00, 0x00, 0x70, 0x04, 0x38, 0xe0, 0x0e,
|
||||
0x38, 0x00, 0xc4, 0xc0, 0x01, 0x7e, 0xbc, 0x1f, 0xfe, 0x00, 0x00, 0x60,
|
||||
0x88, 0x00, 0x00, 0x00, 0x78, 0x04, 0x38, 0xe0, 0x0e, 0x38, 0x00, 0xc4,
|
||||
0xc1, 0x01, 0x60, 0x3c, 0x1f, 0xfe, 0x00, 0x00, 0x60, 0x84, 0x0f, 0x00,
|
||||
0x00, 0x78, 0x08, 0x38, 0xe0, 0x0f, 0x38, 0x00, 0x82, 0xe1, 0x01, 0x60,
|
||||
0x74, 0x3e, 0xfe, 0x00, 0x00, 0x60, 0x44, 0x08, 0x00, 0x00, 0xb8, 0x10,
|
||||
0x38, 0xe0, 0x0f, 0x38, 0x00, 0x81, 0xe1, 0x00, 0x60, 0xe4, 0x3e, 0xfe,
|
||||
0x00, 0x00, 0x60, 0x44, 0x08, 0x00, 0x00, 0x98, 0x20, 0x38, 0xf8, 0x3f,
|
||||
0x38, 0x80, 0x80, 0xe1, 0x01, 0x60, 0xc4, 0x3c, 0xfe, 0x00, 0x00, 0x60,
|
||||
0x24, 0x0c, 0x00, 0x00, 0x1c, 0xc1, 0x39, 0x3c, 0x78, 0x38, 0x40, 0x80,
|
||||
0x61, 0x01, 0x60, 0xc4, 0x79, 0xfe, 0x00, 0x00, 0x60, 0x22, 0x32, 0x00,
|
||||
0x00, 0x1c, 0x01, 0x3e, 0x1c, 0xf0, 0x38, 0xf0, 0x9f, 0x61, 0x01, 0x60,
|
||||
0x84, 0x7b, 0xee, 0x00, 0x00, 0x60, 0x12, 0x21, 0x00, 0x00, 0x1c, 0x02,
|
||||
0x38, 0x0e, 0xe7, 0xf8, 0x3f, 0xe0, 0x61, 0x00, 0x60, 0x04, 0xf7, 0xce,
|
||||
0x00, 0x00, 0x60, 0x92, 0x10, 0x00, 0x00, 0x1c, 0x04, 0x38, 0x06, 0xff,
|
||||
0x38, 0x40, 0x80, 0x61, 0x02, 0x60, 0x04, 0xe7, 0xcf, 0x00, 0x00, 0x60,
|
||||
0x8a, 0x18, 0x00, 0x00, 0x1c, 0x18, 0x38, 0x07, 0xf0, 0x38, 0x00, 0x81,
|
||||
0x61, 0x02, 0x60, 0x04, 0xee, 0xcf, 0xff, 0x03, 0x60, 0x49, 0xe4, 0x00,
|
||||
0x00, 0x1c, 0x70, 0x38, 0x07, 0xe7, 0x38, 0x00, 0x82, 0x61, 0x04, 0x60,
|
||||
0x04, 0xdc, 0xcf, 0x01, 0x04, 0x60, 0x25, 0x42, 0x00, 0x00, 0x1c, 0xfe,
|
||||
0x3f, 0x03, 0xff, 0x38, 0x00, 0x84, 0x61, 0x08, 0x60, 0x04, 0xfc, 0xcf,
|
||||
0xf8, 0xff, 0x60, 0x95, 0x31, 0x00, 0x00, 0xfc, 0x01, 0xff, 0x03, 0xf0,
|
||||
0xf8, 0x1f, 0x88, 0x61, 0x10, 0xe0, 0xff, 0xff, 0xff, 0x00, 0x00, 0xe1,
|
||||
0x53, 0x0c, 0x00, 0x00, 0x38, 0xf0, 0xff, 0x03, 0xef, 0xf8, 0x7f, 0x90,
|
||||
0x61, 0x40, 0xe0, 0xff, 0xff, 0xff, 0x00, 0xff, 0xe3, 0x2b, 0xfe, 0x00,
|
||||
0x00, 0x18, 0xf8, 0xff, 0x03, 0xff, 0x7c, 0xf0, 0x90, 0x61, 0x00, 0x3e,
|
||||
0x36, 0xe3, 0xe1, 0x00, 0x00, 0xe3, 0x9f, 0x60, 0x00, 0x00, 0x38, 0x3c,
|
||||
0x00, 0x03, 0xf0, 0x1f, 0xe0, 0xa0, 0xe1, 0x00, 0x30, 0x22, 0xe2, 0xc0,
|
||||
0x00, 0xff, 0xe3, 0x7f, 0x18, 0x00, 0x00, 0x38, 0x0e, 0x00, 0x07, 0xe7,
|
||||
0x07, 0xc0, 0xe1, 0xc1, 0x00, 0x18, 0x22, 0xe2, 0xc0, 0x00, 0x00, 0xe1,
|
||||
0x1f, 0x07, 0x00, 0x00, 0x38, 0x06, 0x00, 0x07, 0xef, 0x01, 0xc0, 0xc1,
|
||||
0xc1, 0x01, 0x16, 0x24, 0xe2, 0xc0, 0x01, 0xff, 0xe1, 0xff, 0x00, 0x00,
|
||||
0x00, 0x70, 0x07, 0x00, 0x0e, 0xf8, 0x00, 0x80, 0xc3, 0xc0, 0xf1, 0x11,
|
||||
0x24, 0xe4, 0xc0, 0x03, 0xe0, 0xe1, 0x7f, 0x00, 0x00, 0x00, 0x70, 0x07,
|
||||
0x00, 0x1e, 0x3c, 0x00, 0x80, 0xe3, 0x80, 0x0f, 0x10, 0x24, 0xe4, 0xc0,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0xe0, 0x03, 0x00, 0xfc, 0x0f,
|
||||
0x00, 0x00, 0x63, 0x80, 0x01, 0x08, 0x44, 0xe4, 0xc0, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0x01, 0x00, 0xe0, 0x03, 0x00, 0xf8, 0x07, 0x00, 0x00, 0x73,
|
||||
0x80, 0x03, 0x08, 0x44, 0xe4, 0xc0, 0xfc, 0x00, 0x07, 0x0e, 0x00, 0x00,
|
||||
0x00, 0xc0, 0x03, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x33, 0x00, 0x03, 0x08,
|
||||
0x44, 0xe4, 0xe0, 0xcc, 0x00, 0x07, 0x0e, 0x00, 0x00, 0x00, 0xc0, 0x03,
|
||||
0x00, 0x78, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x07, 0x04, 0x44, 0xe8, 0x70,
|
||||
0xcc, 0x01, 0x87, 0x0f, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00, 0x3e, 0x00,
|
||||
0x00, 0x80, 0x1f, 0x00, 0x0e, 0x04, 0x44, 0xe8, 0x38, 0xcc, 0x81, 0xe7,
|
||||
0x03, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x00, 0x80, 0x0f,
|
||||
0x00, 0x1c, 0x02, 0x44, 0xf8, 0x1e, 0xcc, 0xe1, 0xff, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x0f, 0xc0, 0x23, 0x00, 0x00, 0xc0, 0x07, 0x00, 0x38, 0x01,
|
||||
0x42, 0xfc, 0x0f, 0xcc, 0xf1, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e,
|
||||
0xf0, 0x39, 0x00, 0x00, 0xe0, 0x03, 0x00, 0xf0, 0x00, 0xc2, 0xff, 0x07,
|
||||
0xcc, 0x7f, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x7c, 0x0e, 0x00,
|
||||
0x00, 0xf0, 0x01, 0x00, 0xe0, 0x03, 0xe2, 0xe7, 0x07, 0xcc, 0x1f, 0x07,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xbf, 0x23, 0xe0, 0xff, 0xff, 0x00,
|
||||
0x00, 0xc0, 0x1f, 0xff, 0x64, 0x06, 0xcc, 0x07, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xf0, 0xff, 0x3c, 0xf0, 0xff, 0x7f, 0x00, 0x00, 0x00, 0xff,
|
||||
0x7f, 0x64, 0x06, 0xcc, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
|
||||
0xf8, 0x1f, 0x78, 0x7c, 0x7f, 0x00, 0x00, 0x00, 0xfc, 0x20, 0x64, 0x06,
|
||||
0xcc, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xf8, 0x33, 0x1c,
|
||||
0x38, 0x66, 0x00, 0x00, 0x00, 0x0c, 0x20, 0x6c, 0x06, 0xcc, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x78, 0x3e, 0x0e, 0x38, 0x76, 0x00,
|
||||
0x00, 0x00, 0x0c, 0x20, 0x68, 0x06, 0xcc, 0x03, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x38, 0xf8, 0x87, 0x0f, 0x38, 0x76, 0x00, 0x00, 0x00, 0x0c,
|
||||
0x20, 0x68, 0x06, 0xcc, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38,
|
||||
0x78, 0xf8, 0x0f, 0x38, 0x76, 0x00, 0x00, 0x00, 0x0c, 0x10, 0x68, 0x06,
|
||||
0xcc, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0xf8, 0xff, 0x0f,
|
||||
0x38, 0x76, 0x00, 0x00, 0x00, 0x0c, 0x10, 0x68, 0x06, 0xcc, 0x07, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0xf8, 0xff, 0x0e, 0x38, 0x76, 0x00,
|
||||
0x00, 0x00, 0x0c, 0x10, 0x68, 0x06, 0xcc, 0x07, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x1c, 0xf8, 0xe1, 0x0e, 0x38, 0x3e, 0x00, 0x00, 0x00, 0x0c,
|
||||
0x08, 0x68, 0x06, 0xcc, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c,
|
||||
0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00, 0x00, 0x00, 0x0c, 0x08, 0x68, 0x06,
|
||||
0xcc, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x38, 0xe0, 0x0e,
|
||||
0x38, 0x3e, 0x00, 0x00, 0x00, 0x0c, 0x04, 0x68, 0x06, 0xcc, 0x0e, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00,
|
||||
0x00, 0x00, 0x1c, 0x04, 0x68, 0x06, 0xcc, 0x0e, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x06, 0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00, 0x00, 0x00, 0x1c,
|
||||
0x02, 0x68, 0x06, 0xcc, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06,
|
||||
0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00, 0x00, 0x00, 0x1c, 0x02, 0x68, 0x06,
|
||||
0xcc, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x38, 0xe0, 0x0e,
|
||||
0x38, 0x3e, 0x00, 0x00, 0x00, 0x1c, 0x01, 0x68, 0x06, 0xcc, 0x1c, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00,
|
||||
0x00, 0x00, 0x18, 0x01, 0x68, 0x06, 0xcc, 0x1c, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x03, 0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00, 0x00, 0x00, 0x98,
|
||||
0x00, 0x68, 0x06, 0xcc, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03,
|
||||
0x38, 0xe0, 0x0e, 0x38, 0x3e, 0x00, 0x00, 0x00, 0x98, 0x00, 0x68, 0x06,
|
||||
0xcc, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x38, 0xe0, 0x0e,
|
||||
0x38, 0x1e, 0x00, 0x00, 0x00, 0x58, 0x00, 0x6c, 0x0e, 0xcc, 0x18, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x30, 0xe0, 0x0e, 0x38, 0x1e, 0x00,
|
||||
0x00, 0x00, 0x38, 0x00, 0x64, 0x0e, 0xcc, 0x18, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xc0, 0x01, 0x70, 0xe0, 0x0e, 0x1c, 0x1e, 0x00, 0x00, 0x00, 0x18,
|
||||
0x00, 0x64, 0x1e, 0xcc, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01,
|
||||
0xe0, 0xe1, 0x0e, 0x0f, 0x1e, 0x00, 0x00, 0x00, 0x18, 0x00, 0x64, 0x3e,
|
||||
0xcc, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0xc0, 0xef, 0xce,
|
||||
0x07, 0x1e, 0x00, 0x00, 0x00, 0x18, 0x00, 0x64, 0x3e, 0xcc, 0x30, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xff, 0xfe, 0x03, 0x1e, 0x00,
|
||||
0x00, 0x00, 0x18, 0x00, 0x64, 0x7e, 0xcc, 0x30, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0x00, 0xfc, 0xfe, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x18,
|
||||
0x00, 0x64, 0x66, 0xcc, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0x00, 0xe0, 0x1e, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x18, 0x00, 0x66, 0xe6,
|
||||
0xcc, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0xe0, 0x0e,
|
||||
0x00, 0x1e, 0x00, 0x00, 0x00, 0x18, 0x00, 0x62, 0xc6, 0xcd, 0x70, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0xfe, 0xff, 0x0f, 0x1e, 0x00,
|
||||
0x00, 0x00, 0x18, 0x00, 0x62, 0xc6, 0xcd, 0x70, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x70, 0x00, 0xc0, 0xff, 0xff, 0x0f, 0x0e, 0x00, 0x00, 0x00, 0x38,
|
||||
0x00, 0x62, 0x86, 0xcf, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00,
|
||||
0xf0, 0xff, 0xff, 0x0f, 0x0e, 0x00, 0x00, 0x00, 0x38, 0x00, 0x61, 0x86,
|
||||
0xcf, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0xfc, 0x00, 0x00,
|
||||
0x0e, 0x0e, 0x00, 0x00, 0x00, 0x38, 0x00, 0x61, 0x8e, 0xcf, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x78, 0x00, 0x00, 0x0e, 0x0e, 0x00,
|
||||
0x00, 0x00, 0xf8, 0xff, 0x7f, 0xfe, 0xdf, 0xff, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x18, 0x00, 0xf0, 0x00, 0x00, 0x0e, 0x0e, 0x00, 0x00, 0x00, 0xf0,
|
||||
0xff, 0x3f, 0xff, 0xdf, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00,
|
||||
0xe0, 0x01, 0x00, 0x0e, 0x0e, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x8f, 0x07,
|
||||
0x9e, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0xe0, 0x07, 0x00,
|
||||
0x0e, 0x0f, 0x00, 0x00, 0x00, 0x30, 0x00, 0xc0, 0xff, 0x3f, 0xc0, 0x01,
|
||||
0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0xfe, 0xff, 0xff, 0xff, 0x0f, 0x00,
|
||||
0x00, 0x00, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
|
||||
0x00, 0x1c, 0x00, 0xfe, 0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0xf0,
|
||||
0xff, 0xff, 0x00, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff,
|
||||
0x3f, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x38, 0x00,
|
||||
0x38, 0xe0, 0x01, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0x7f, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x38, 0x00, 0x38, 0xe0, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0x06, 0x18, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
|
||||
0x06, 0x18, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0xdc, 0x01, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x1c, 0x00,
|
||||
0x38, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x9c, 0x03, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x1c, 0x00, 0x18, 0x70, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1c, 0x07, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0x0c, 0x00, 0x18, 0x70, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0x1c, 0xfe, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0x0c, 0x00, 0x18, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0x1c, 0xfc, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0c, 0x00,
|
||||
0x18, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1c, 0x1c, 0x00,
|
||||
0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0e, 0x00, 0x18, 0x70, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1c, 0x1c, 0x00, 0x80, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0x0e, 0x00, 0x18, 0x30, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0x1c, 0x1c, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0x0e, 0x00, 0x18, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0x1c, 0x1c, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0e, 0x00,
|
||||
0x18, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1c, 0x1c, 0x00,
|
||||
0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x07, 0x06, 0x00, 0x18, 0x38, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0xfc, 0xff, 0xff, 0xff, 0x07, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0x06, 0x00, 0x18, 0x38, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0xfc, 0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0x0e, 0x00, 0x18, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0x1c, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0e, 0x00,
|
||||
0x18, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1c, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0e, 0x00, 0x18, 0x30, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0x07, 0x0e, 0x00, 0x18, 0x70, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
|
||||
0x07, 0x0e, 0x00, 0x18, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0x1e, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x0c, 0x00,
|
||||
0x38, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1e, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x06, 0x1c, 0x00, 0x38, 0x70, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0x06, 0x1c, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0xe0, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
|
||||
0x06, 0x18, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00,
|
||||
0x1e, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x18, 0x00,
|
||||
0x30, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x1e, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x38, 0x00, 0x30, 0xe0, 0x01,
|
||||
0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x1f, 0x00, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0x0c, 0x3c, 0x00, 0x30, 0xf0, 0x01, 0x00, 0x00, 0x00,
|
||||
0x00, 0xf8, 0x03, 0x1f, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
|
||||
0x0c, 0x7e, 0x00, 0x70, 0xf8, 0x03, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x0f,
|
||||
0x1f, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x0c, 0xe7, 0x00,
|
||||
0x70, 0xbc, 0x03, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x1e, 0x1f, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0xdc, 0xe3, 0x00, 0x60, 0x1e, 0x07,
|
||||
0x00, 0x00, 0x00, 0x00, 0x0f, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0xfc, 0xc1, 0x01, 0xe0, 0x0f, 0x0f, 0x00, 0x00, 0x00,
|
||||
0x80, 0x07, 0xf0, 0x1f, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
|
||||
0xf8, 0x80, 0x03, 0xe0, 0x03, 0x1e, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xe0,
|
||||
0x1b, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x78, 0x80, 0x07,
|
||||
0xe0, 0x01, 0x1c, 0x00, 0x00, 0x00, 0xe0, 0x01, 0xc0, 0x1b, 0x00, 0x00,
|
||||
0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x0f, 0xe0, 0x01, 0x38,
|
||||
0x00, 0x00, 0x00, 0xf0, 0x00, 0xc0, 0x19, 0x00, 0x00, 0x00, 0x06, 0x00,
|
||||
0x00, 0x00, 0x00, 0x30, 0x0e, 0x1e, 0xc0, 0x71, 0xf8, 0x00, 0x00, 0x00,
|
||||
0x78, 0x00, 0xdc, 0x19, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00,
|
||||
0x30, 0x1f, 0x1e, 0xc0, 0xf9, 0xf8, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
5
usr/lib/win-kex/VcXsrv/bitmaps/menu10
Executable file
5
usr/lib/win-kex/VcXsrv/bitmaps/menu10
Executable file
@@ -0,0 +1,5 @@
|
||||
#define menu10_width 10
|
||||
#define menu10_height 10
|
||||
static char menu10_bits[] = {
|
||||
0xfe, 0x01, 0x02, 0x01, 0x02, 0x03, 0x32, 0x03, 0x02, 0x03, 0x32, 0x03,
|
||||
0x02, 0x03, 0x02, 0x03, 0xfe, 0x03, 0xf8, 0x03};
|
5
usr/lib/win-kex/VcXsrv/bitmaps/menu12
Executable file
5
usr/lib/win-kex/VcXsrv/bitmaps/menu12
Executable file
@@ -0,0 +1,5 @@
|
||||
#define menu12_width 12
|
||||
#define menu12_height 12
|
||||
static unsigned char menu12_bits[] = {
|
||||
0xfe, 0x03, 0x02, 0x02, 0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x72, 0x06,
|
||||
0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x02, 0x06, 0xfe, 0x07, 0xf8, 0x07};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/menu16
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/menu16
Executable file
@@ -0,0 +1,6 @@
|
||||
#define menu16_width 16
|
||||
#define menu16_height 16
|
||||
static char menu16_bits[] = {
|
||||
0xfc, 0x1f, 0x04, 0x10, 0x04, 0x30, 0x04, 0x30, 0xe4, 0x33, 0x04, 0x30,
|
||||
0xe4, 0x33, 0x04, 0x30, 0xe4, 0x33, 0x04, 0x30, 0xe4, 0x33, 0x04, 0x30,
|
||||
0x04, 0x30, 0x04, 0x30, 0xfc, 0x3f, 0xf0, 0x3f};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/menu6
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/menu6
Executable file
@@ -0,0 +1,4 @@
|
||||
#define menu6_width 6
|
||||
#define menu6_height 7
|
||||
static char menu6_bits[] = {
|
||||
0x1f, 0x31, 0x35, 0x35, 0x31, 0x3f, 0x1e};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/menu8
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/menu8
Executable file
@@ -0,0 +1,4 @@
|
||||
#define menu8_width 8
|
||||
#define menu8_height 8
|
||||
static char menu8_bits[] = {
|
||||
0x7f, 0x41, 0xdd, 0xc1, 0xdd, 0xc1, 0xff, 0xfc};
|
27
usr/lib/win-kex/VcXsrv/bitmaps/noletters
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/noletters
Executable file
@@ -0,0 +1,27 @@
|
||||
#define noletters_width 48
|
||||
#define noletters_height 48
|
||||
static char noletters_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0x00, 0xc0, 0xff, 0xff, 0x07, 0x00,
|
||||
0x00, 0xf0, 0x0f, 0xe0, 0x1f, 0x00, 0x00, 0xfc, 0x01, 0x00, 0x7f, 0x00,
|
||||
0x00, 0x3e, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x1f, 0x00, 0x00, 0xf0, 0x01,
|
||||
0x80, 0x07, 0x00, 0x00, 0xc0, 0x03, 0xc0, 0x03, 0x00, 0x00, 0xe0, 0x07,
|
||||
0xe0, 0x01, 0x00, 0x00, 0xf0, 0x0f, 0xe0, 0x00, 0x00, 0x00, 0x78, 0x0e,
|
||||
0xf0, 0x00, 0x00, 0x00, 0x3c, 0x1e, 0x70, 0x00, 0x00, 0x00, 0x1e, 0x1c,
|
||||
0x38, 0x00, 0x00, 0x00, 0x0f, 0x38, 0x38, 0x00, 0x00, 0x80, 0x07, 0x38,
|
||||
0x3c, 0xfc, 0xff, 0xff, 0x7f, 0x78, 0x1c, 0x04, 0x00, 0xe0, 0x41, 0x70,
|
||||
0x1c, 0x04, 0x00, 0xf0, 0x40, 0x70, 0x1c, 0x74, 0x00, 0x78, 0x4e, 0x70,
|
||||
0x0e, 0x04, 0x00, 0x3c, 0x4a, 0xe0, 0x0e, 0x74, 0x03, 0x1e, 0x4a, 0xe0,
|
||||
0x0e, 0x04, 0x00, 0x0f, 0x4e, 0xe0, 0x0e, 0x04, 0x80, 0x07, 0x40, 0xe0,
|
||||
0x0e, 0x04, 0xf8, 0x0f, 0x40, 0xe0, 0x0e, 0x04, 0xe0, 0x01, 0x40, 0xe0,
|
||||
0x0e, 0x04, 0xf8, 0x00, 0x40, 0xe0, 0x0e, 0x04, 0x78, 0x00, 0x40, 0xe0,
|
||||
0x0e, 0x04, 0xfc, 0xf3, 0x40, 0xe0, 0x1c, 0x04, 0x1e, 0x00, 0x40, 0x70,
|
||||
0x1c, 0x04, 0x0f, 0x00, 0x40, 0x70, 0x1c, 0x84, 0x07, 0x00, 0x40, 0x70,
|
||||
0x3c, 0xfc, 0xff, 0xff, 0x7f, 0x78, 0x38, 0xe0, 0x01, 0x00, 0x00, 0x38,
|
||||
0x38, 0xf0, 0x00, 0x00, 0x00, 0x38, 0x70, 0x78, 0x00, 0x00, 0x00, 0x1c,
|
||||
0xf0, 0x3c, 0x00, 0x00, 0x00, 0x1e, 0xe0, 0x1e, 0x00, 0x00, 0x00, 0x0e,
|
||||
0xe0, 0x0f, 0x00, 0x00, 0x00, 0x0f, 0xc0, 0x07, 0x00, 0x00, 0x80, 0x07,
|
||||
0x80, 0x07, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x1f, 0x00, 0x00, 0xf0, 0x01,
|
||||
0x00, 0x3e, 0x00, 0x00, 0xf8, 0x00, 0x00, 0xfc, 0x01, 0x00, 0x7f, 0x00,
|
||||
0x00, 0xf0, 0x0f, 0xe0, 0x1f, 0x00, 0x00, 0xc0, 0xff, 0xff, 0x07, 0x00,
|
||||
0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0xf0, 0x1f, 0x00, 0x00};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/opendot
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/opendot
Executable file
@@ -0,0 +1,8 @@
|
||||
#define opendot_width 16
|
||||
#define opendot_height 16
|
||||
#define opendot_x_hot 7
|
||||
#define opendot_y_hot 7
|
||||
static char opendot_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01,
|
||||
0x60, 0x03, 0x20, 0x02, 0x60, 0x03, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/opendotMask
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/opendotMask
Executable file
@@ -0,0 +1,8 @@
|
||||
#define opendotMask_width 16
|
||||
#define opendotMask_height 16
|
||||
#define opendotMask_x_hot 7
|
||||
#define opendotMask_y_hot 7
|
||||
static char opendotMask_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0xf0, 0x07,
|
||||
0xf0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xf0, 0x07, 0xe0, 0x03, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
11
usr/lib/win-kex/VcXsrv/bitmaps/plaid
Executable file
11
usr/lib/win-kex/VcXsrv/bitmaps/plaid
Executable file
@@ -0,0 +1,11 @@
|
||||
#define plaid_width 22
|
||||
#define plaid_height 22
|
||||
#define plaid_x_hot -1
|
||||
#define plaid_y_hot -1
|
||||
static char plaid_bits[] = {
|
||||
0x75, 0xfd, 0x3f, 0xaa, 0xfa, 0x3e, 0x75, 0xfd, 0x3f, 0xaa, 0xfa, 0x3e,
|
||||
0x75, 0xfd, 0x3f, 0xff, 0x57, 0x15, 0x75, 0xfd, 0x3f, 0xaa, 0xfa, 0x3e,
|
||||
0x75, 0xfd, 0x3f, 0xaa, 0xfa, 0x3e, 0x75, 0xfd, 0x3f, 0x20, 0xa8, 0x2b,
|
||||
0x20, 0x50, 0x15, 0x20, 0xa8, 0x2b, 0x20, 0x50, 0x15, 0x20, 0xa8, 0x2b,
|
||||
0xff, 0xff, 0x3f, 0x20, 0xa8, 0x2b, 0x20, 0x50, 0x15, 0x20, 0xa8, 0x2b,
|
||||
0x20, 0x50, 0x15, 0x20, 0xa8, 0x2b};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/right_ptr
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/right_ptr
Executable file
@@ -0,0 +1,8 @@
|
||||
#define right_ptr_width 16
|
||||
#define right_ptr_height 16
|
||||
#define right_ptr_x_hot 12
|
||||
#define right_ptr_y_hot 1
|
||||
static char right_ptr_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x10, 0x00, 0x18, 0x00, 0x1c, 0x00, 0x1e, 0x00, 0x1f,
|
||||
0x80, 0x1f, 0xc0, 0x1f, 0xe0, 0x1f, 0x00, 0x1f, 0x00, 0x1b, 0x80, 0x11,
|
||||
0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/right_ptrmsk
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/right_ptrmsk
Executable file
@@ -0,0 +1,6 @@
|
||||
#define right_ptrmsk_width 16
|
||||
#define right_ptrmsk_height 16
|
||||
static char right_ptrmsk_bits[] = {
|
||||
0x00, 0x30, 0x00, 0x38, 0x00, 0x3c, 0x00, 0x3e, 0x00, 0x3f, 0x80, 0x3f,
|
||||
0xc0, 0x3f, 0xe0, 0x3f, 0xf0, 0x3f, 0xf0, 0x3f, 0x80, 0x3f, 0xc0, 0x3b,
|
||||
0xc0, 0x33, 0xe0, 0x01, 0xe0, 0x01, 0xc0, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/root_weave
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/root_weave
Executable file
@@ -0,0 +1,4 @@
|
||||
#define root_weave_width 4
|
||||
#define root_weave_height 4
|
||||
static char root_weave_bits[] = {
|
||||
0x07, 0x0d, 0x0b, 0x0e};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/scales
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/scales
Executable file
@@ -0,0 +1,6 @@
|
||||
#define scales_width 16
|
||||
#define scales_height 16
|
||||
static char scales_bits[] = {
|
||||
0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7, 0x01, 0x01, 0x01, 0x01,
|
||||
0x82, 0x82, 0x7c, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x28, 0x28, 0xc7, 0xc7,
|
||||
0x01, 0x01, 0x01, 0x01, 0x82, 0x82, 0x7c, 0x7c};
|
16
usr/lib/win-kex/VcXsrv/bitmaps/sipb
Executable file
16
usr/lib/win-kex/VcXsrv/bitmaps/sipb
Executable file
@@ -0,0 +1,16 @@
|
||||
#define sipb_width 32
|
||||
#define sipb_height 32
|
||||
#define sipb_x_hot 12
|
||||
#define sipb_y_hot 16
|
||||
static char sipb_bits[] = {
|
||||
0xbe, 0xdf, 0x03, 0x00, 0x22, 0x49, 0x04, 0x00, 0x04, 0x49, 0x04, 0x00,
|
||||
0x08, 0x49, 0x04, 0x00, 0x10, 0xc9, 0x03, 0x00, 0x08, 0x49, 0x04, 0x00,
|
||||
0x04, 0x49, 0x04, 0x00, 0x22, 0x49, 0x04, 0x00, 0x3e, 0xc9, 0x03, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xfd, 0x1e, 0x00, 0x10, 0x49, 0x22,
|
||||
0x00, 0x20, 0x48, 0x22, 0x00, 0x40, 0x48, 0x22, 0x00, 0x80, 0x48, 0x1e,
|
||||
0x00, 0x40, 0x48, 0x22, 0x00, 0x20, 0x48, 0x22, 0x00, 0x10, 0x49, 0x22,
|
||||
0x00, 0xf0, 0x49, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/star
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/star
Executable file
@@ -0,0 +1,8 @@
|
||||
#define star_width 16
|
||||
#define star_height 16
|
||||
#define star_x_hot 7
|
||||
#define star_y_hot 7
|
||||
static char star_bits[] = {
|
||||
0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x88, 0x08, 0x90, 0x04, 0xa0, 0x02,
|
||||
0x40, 0x01, 0x3e, 0x3e, 0x40, 0x01, 0xa0, 0x02, 0x90, 0x04, 0x88, 0x08,
|
||||
0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00};
|
8
usr/lib/win-kex/VcXsrv/bitmaps/starMask
Executable file
8
usr/lib/win-kex/VcXsrv/bitmaps/starMask
Executable file
@@ -0,0 +1,8 @@
|
||||
#define starMask_width 16
|
||||
#define starMask_height 16
|
||||
#define starMask_x_hot 7
|
||||
#define starMask_y_hot 7
|
||||
static char starMask_bits[] = {
|
||||
0xc0, 0x01, 0xc0, 0x01, 0xdc, 0x1d, 0xfc, 0x1f, 0xfc, 0x1f, 0xf8, 0x0f,
|
||||
0xff, 0x7f, 0xff, 0x7f, 0xff, 0x7f, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f,
|
||||
0xdc, 0x1d, 0xc0, 0x01, 0xc0, 0x01, 0x00, 0x00};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/stipple
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/stipple
Executable file
@@ -0,0 +1,4 @@
|
||||
#define stipple_width 16
|
||||
#define stipple_height 4
|
||||
static char stipple_bits[] = {
|
||||
0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/target
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/target
Executable file
@@ -0,0 +1,6 @@
|
||||
#define target_width 16
|
||||
#define target_height 16
|
||||
static char target_bits[] = {
|
||||
0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xe0, 0x07, 0x90, 0x09, 0x88, 0x11,
|
||||
0xc8, 0x13, 0x7e, 0x7e, 0x7e, 0x7e, 0xc8, 0x13, 0x88, 0x11, 0x90, 0x09,
|
||||
0xe0, 0x07, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};
|
52
usr/lib/win-kex/VcXsrv/bitmaps/terminal
Executable file
52
usr/lib/win-kex/VcXsrv/bitmaps/terminal
Executable file
@@ -0,0 +1,52 @@
|
||||
/*****************************************************************************/
|
||||
/** Copyright 1988 by Evans & Sutherland Computer Corporation, **/
|
||||
/** Salt Lake City, Utah **/
|
||||
/** **/
|
||||
/** All Rights Reserved **/
|
||||
/** **/
|
||||
/** Permission to use, copy, modify, and distribute this software and **/
|
||||
/** its documentation for any purpose and without fee is hereby **/
|
||||
/** granted, provided that the above copyright notice appear in all **/
|
||||
/** copies and that both that copyright notice and this permis- **/
|
||||
/** sion notice appear in supporting documentation, and that the **/
|
||||
/** name of Evans & Sutherland not be used in advertising or publi- **/
|
||||
/** city pertaining to distribution of the software without specif- **/
|
||||
/** ic, written prior permission. **/
|
||||
/** **/
|
||||
/** EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO **/
|
||||
/** THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI- **/
|
||||
/** TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE **/
|
||||
/** FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM- **/
|
||||
/** AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, **/
|
||||
/** WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS **/
|
||||
/** ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER- **/
|
||||
/** FORMANCE OF THIS SOFTWARE. **/
|
||||
/*****************************************************************************/
|
||||
|
||||
#define xterm_width 48
|
||||
#define xterm_height 48
|
||||
static char xterm_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x00,
|
||||
0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0x20, 0xfe, 0xff, 0xff, 0x1f, 0x05,
|
||||
0x20, 0x01, 0x00, 0x00, 0x20, 0x09, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x11,
|
||||
0xa0, 0xfc, 0xff, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0xfc, 0x01, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0xfc, 0xff, 0x3f, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0xfc, 0x03, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0xfc, 0xff, 0x01, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0xfc, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x21,
|
||||
0xa0, 0x00, 0x00, 0x00, 0x40, 0x21, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x11,
|
||||
0xa0, 0x00, 0x00, 0x00, 0x40, 0x11, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x09,
|
||||
0xa0, 0x00, 0x00, 0x00, 0x40, 0x09, 0xa0, 0x00, 0x00, 0x00, 0x40, 0x05,
|
||||
0x20, 0x01, 0x00, 0x00, 0x20, 0x05, 0x20, 0xfe, 0xff, 0xff, 0x1f, 0x03,
|
||||
0x20, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0xff, 0xff, 0xff, 0xff, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0xc0, 0xff, 0xff, 0xff, 0xff, 0x03, 0x20, 0x00, 0x00, 0x00, 0x00, 0x03,
|
||||
0xa0, 0xaa, 0xaa, 0xaa, 0x2a, 0x03, 0x10, 0x00, 0x00, 0x00, 0x80, 0x02,
|
||||
0x50, 0x55, 0x55, 0x55, 0x95, 0x02, 0x08, 0x00, 0x00, 0x00, 0x40, 0x02,
|
||||
0xa8, 0xaa, 0xaa, 0xaa, 0x4a, 0x02, 0x04, 0x00, 0x00, 0x00, 0x20, 0x01,
|
||||
0xb4, 0xff, 0xff, 0xff, 0xad, 0x00, 0x02, 0x00, 0x00, 0x00, 0x50, 0x00,
|
||||
0xfe, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/tie_fighter
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/tie_fighter
Executable file
@@ -0,0 +1,6 @@
|
||||
#define tie_fighter_width 16
|
||||
#define tie_fighter_height 16
|
||||
static char tie_fighter_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x08, 0x10, 0x04, 0x20, 0x02, 0x40, 0x02, 0x40,
|
||||
0xe2, 0x47, 0x3e, 0x7c, 0x12, 0x48, 0x3e, 0x7c, 0xe2, 0x47, 0x02, 0x40,
|
||||
0x42, 0x42, 0x64, 0x26, 0x28, 0x14, 0x00, 0x00};
|
BIN
usr/lib/win-kex/VcXsrv/bitmaps/uninstall.exe
Executable file
BIN
usr/lib/win-kex/VcXsrv/bitmaps/uninstall.exe
Executable file
Binary file not shown.
4
usr/lib/win-kex/VcXsrv/bitmaps/vlines2
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/vlines2
Executable file
@@ -0,0 +1,4 @@
|
||||
#define vlines2_width 2
|
||||
#define vlines2_height 1
|
||||
static char vlines2_bits[] = {
|
||||
0x01};
|
4
usr/lib/win-kex/VcXsrv/bitmaps/vlines3
Executable file
4
usr/lib/win-kex/VcXsrv/bitmaps/vlines3
Executable file
@@ -0,0 +1,4 @@
|
||||
#define vlines3_width 3
|
||||
#define vlines3_height 1
|
||||
static char vlines3_bits[] = {
|
||||
0x02};
|
5
usr/lib/win-kex/VcXsrv/bitmaps/weird_size
Executable file
5
usr/lib/win-kex/VcXsrv/bitmaps/weird_size
Executable file
@@ -0,0 +1,5 @@
|
||||
#define weird_size_width 7
|
||||
#define weird_size_height 13
|
||||
static char weird_size_bits[] = {
|
||||
0x07, 0x05, 0x07, 0x01, 0x75, 0x45, 0x74, 0x44, 0x74, 0x00, 0x10, 0x38,
|
||||
0x10};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/wide_weave
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/wide_weave
Executable file
@@ -0,0 +1,6 @@
|
||||
#define wide_weave_width 16
|
||||
#define wide_weave_height 16
|
||||
static char wide_weave_bits[] = {
|
||||
0x11, 0x11, 0xb8, 0xb8, 0x7c, 0x7c, 0x3a, 0x3a, 0x11, 0x11, 0xa3, 0xa3,
|
||||
0xc7, 0xc7, 0x8b, 0x8b, 0x11, 0x11, 0xb8, 0xb8, 0x7c, 0x7c, 0x3a, 0x3a,
|
||||
0x11, 0x11, 0xa3, 0xa3, 0xc7, 0xc7, 0x8b, 0x8b};
|
14
usr/lib/win-kex/VcXsrv/bitmaps/wingdogs
Executable file
14
usr/lib/win-kex/VcXsrv/bitmaps/wingdogs
Executable file
@@ -0,0 +1,14 @@
|
||||
#define wingdogs_width 32
|
||||
#define wingdogs_height 32
|
||||
static char wingdogs_bits[] = {
|
||||
0x60, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00,
|
||||
0x20, 0x0f, 0x00, 0x00, 0x40, 0x3e, 0x00, 0x00, 0xc0, 0x7f, 0x00, 0x80,
|
||||
0x84, 0xff, 0x00, 0xc0, 0x86, 0xff, 0x00, 0xc0, 0x07, 0xff, 0x21, 0xe0,
|
||||
0x0f, 0xfe, 0x23, 0xf0, 0x0f, 0xfe, 0x23, 0xfc, 0x1d, 0xfe, 0x13, 0xfe,
|
||||
0x39, 0xfc, 0x13, 0xff, 0x3f, 0xfc, 0x83, 0xff, 0x9f, 0xfc, 0xc1, 0xff,
|
||||
0x0f, 0xfe, 0xe0, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff,
|
||||
0xfc, 0xff, 0xff, 0x7f, 0xf6, 0xff, 0xff, 0x1f, 0xfb, 0xff, 0xff, 0x07,
|
||||
0xf8, 0xfd, 0xff, 0x03, 0xbc, 0xf9, 0xff, 0x01, 0x3c, 0xf9, 0xff, 0x01,
|
||||
0x3e, 0xf0, 0xf7, 0x00, 0x1f, 0xe0, 0x77, 0x00, 0x1f, 0x80, 0x77, 0x00,
|
||||
0x8f, 0x00, 0x6f, 0x00, 0xc7, 0x00, 0x6e, 0x80, 0x07, 0x00, 0x7c, 0x80,
|
||||
0x0d, 0x00, 0xf8, 0x80, 0x1f, 0x00, 0xf0, 0x01};
|
66
usr/lib/win-kex/VcXsrv/bitmaps/woman
Executable file
66
usr/lib/win-kex/VcXsrv/bitmaps/woman
Executable file
@@ -0,0 +1,66 @@
|
||||
#define sorceress_width 75
|
||||
#define sorceress_height 75
|
||||
static char sorceress_bits[] = {
|
||||
0xfc, 0x7e, 0x40, 0x20, 0x90, 0x00, 0x07, 0x80, 0x23, 0x00, 0x00, 0xc6,
|
||||
0xc1, 0x41, 0x98, 0xb8, 0x01, 0x07, 0x66, 0x00, 0x15, 0x9f, 0x03, 0x47,
|
||||
0x8c, 0xc6, 0xdc, 0x7b, 0xcc, 0x00, 0xb0, 0x71, 0x0e, 0x4d, 0x06, 0x66,
|
||||
0x73, 0x8e, 0x8f, 0x01, 0x18, 0xc4, 0x39, 0x4b, 0x02, 0x23, 0x0c, 0x04,
|
||||
0x1e, 0x03, 0x0c, 0x08, 0xc7, 0xef, 0x08, 0x30, 0x06, 0x07, 0x1c, 0x02,
|
||||
0x06, 0x30, 0x18, 0xae, 0xc8, 0x98, 0x3f, 0x78, 0x20, 0x06, 0x02, 0x20,
|
||||
0x60, 0xa0, 0xc4, 0x1d, 0xc0, 0xff, 0x41, 0x04, 0xfa, 0x63, 0x80, 0xa1,
|
||||
0xa4, 0x3d, 0x00, 0x84, 0xbf, 0x04, 0x0f, 0x06, 0xfc, 0xa1, 0x34, 0x6b,
|
||||
0x01, 0x1c, 0xc9, 0x05, 0x06, 0xc7, 0x06, 0xbe, 0x11, 0x1e, 0x43, 0x30,
|
||||
0x91, 0x05, 0xc3, 0x61, 0x02, 0x30, 0x1b, 0x30, 0xcc, 0x20, 0x11, 0x00,
|
||||
0xc1, 0x3c, 0x03, 0x20, 0x0a, 0x00, 0xe8, 0x60, 0x21, 0x00, 0x61, 0x1b,
|
||||
0xc1, 0x63, 0x08, 0xf0, 0xc6, 0xc7, 0x21, 0x03, 0xf8, 0x08, 0xe1, 0xcf,
|
||||
0x0a, 0xfc, 0x4d, 0x99, 0x43, 0x07, 0x3c, 0x0c, 0xf1, 0x9f, 0x0b, 0xfc,
|
||||
0x5b, 0x81, 0x47, 0x02, 0x16, 0x04, 0x31, 0x1c, 0x0b, 0x1f, 0x17, 0x89,
|
||||
0x4d, 0x06, 0x1a, 0x04, 0x31, 0x38, 0x02, 0x07, 0x56, 0x89, 0x49, 0x04,
|
||||
0x0b, 0x04, 0xb1, 0x72, 0x82, 0xa1, 0x54, 0x9a, 0x49, 0x04, 0x1d, 0x66,
|
||||
0x50, 0xe7, 0xc2, 0xf0, 0x54, 0x9a, 0x58, 0x04, 0x0d, 0x62, 0xc1, 0x1f,
|
||||
0x44, 0xfc, 0x51, 0x90, 0x90, 0x04, 0x86, 0x63, 0xe0, 0x74, 0x04, 0xef,
|
||||
0x31, 0x1a, 0x91, 0x00, 0x02, 0xe2, 0xc1, 0xfd, 0x84, 0xf9, 0x30, 0x0a,
|
||||
0x91, 0x00, 0x82, 0xa9, 0xc0, 0xb9, 0x84, 0xf9, 0x31, 0x16, 0x81, 0x00,
|
||||
0x42, 0xa9, 0xdb, 0x7f, 0x0c, 0xff, 0x1c, 0x16, 0x11, 0x00, 0x02, 0x28,
|
||||
0x0b, 0x07, 0x08, 0x60, 0x1c, 0x02, 0x91, 0x00, 0x46, 0x29, 0x0e, 0x00,
|
||||
0x00, 0x00, 0x10, 0x16, 0x11, 0x02, 0x06, 0x29, 0x04, 0x00, 0x00, 0x00,
|
||||
0x10, 0x16, 0x91, 0x06, 0xa6, 0x2a, 0x04, 0x00, 0x00, 0x00, 0x18, 0x24,
|
||||
0x91, 0x04, 0x86, 0x2a, 0x04, 0x00, 0x00, 0x00, 0x18, 0x27, 0x93, 0x04,
|
||||
0x96, 0x4a, 0x04, 0x00, 0x00, 0x00, 0x04, 0x02, 0x91, 0x04, 0x86, 0x4a,
|
||||
0x0c, 0x00, 0x00, 0x00, 0x1e, 0x23, 0x93, 0x04, 0x56, 0x88, 0x08, 0x00,
|
||||
0x00, 0x00, 0x90, 0x21, 0x93, 0x04, 0x52, 0x0a, 0x09, 0x80, 0x01, 0x00,
|
||||
0xd0, 0x21, 0x95, 0x04, 0x57, 0x0a, 0x0f, 0x80, 0x27, 0x00, 0xd8, 0x20,
|
||||
0x9d, 0x04, 0x5d, 0x08, 0x1c, 0x80, 0x67, 0x00, 0xe4, 0x01, 0x85, 0x04,
|
||||
0x79, 0x8a, 0x3f, 0x00, 0x00, 0x00, 0xf4, 0x11, 0x85, 0x06, 0x39, 0x08,
|
||||
0x7d, 0x00, 0x00, 0x18, 0xb7, 0x10, 0x81, 0x03, 0x29, 0x12, 0xcb, 0x00,
|
||||
0x7e, 0x30, 0x28, 0x00, 0x85, 0x03, 0x29, 0x10, 0xbe, 0x81, 0xff, 0x27,
|
||||
0x0c, 0x10, 0x85, 0x03, 0x29, 0x32, 0xfa, 0xc1, 0xff, 0x27, 0x94, 0x11,
|
||||
0x85, 0x03, 0x28, 0x20, 0x6c, 0xe1, 0xff, 0x07, 0x0c, 0x01, 0x85, 0x01,
|
||||
0x28, 0x62, 0x5c, 0xe3, 0x8f, 0x03, 0x4e, 0x91, 0x80, 0x05, 0x39, 0x40,
|
||||
0xf4, 0xc2, 0xff, 0x00, 0x9f, 0x91, 0x84, 0x05, 0x31, 0xc6, 0xe8, 0x07,
|
||||
0x7f, 0x80, 0xcd, 0x00, 0xc4, 0x04, 0x31, 0x06, 0xc9, 0x0e, 0x00, 0xc0,
|
||||
0x48, 0x88, 0xe0, 0x04, 0x79, 0x04, 0xdb, 0x12, 0x00, 0x30, 0x0c, 0xc8,
|
||||
0xe4, 0x04, 0x6d, 0x06, 0xb6, 0x23, 0x00, 0x18, 0x1c, 0xc0, 0x84, 0x04,
|
||||
0x25, 0x0c, 0xff, 0xc2, 0x00, 0x4e, 0x06, 0xb0, 0x80, 0x04, 0x3f, 0x8a,
|
||||
0xb3, 0x83, 0xff, 0xc3, 0x03, 0x91, 0x84, 0x04, 0x2e, 0xd8, 0x0f, 0x3f,
|
||||
0x00, 0x00, 0x5f, 0x83, 0x84, 0x04, 0x2a, 0x70, 0xfd, 0x7f, 0x00, 0x00,
|
||||
0xc8, 0xc0, 0x84, 0x04, 0x4b, 0xe2, 0x2f, 0x01, 0x00, 0x08, 0x58, 0x60,
|
||||
0x80, 0x04, 0x5b, 0x82, 0xff, 0x01, 0x00, 0x08, 0xd0, 0xa0, 0x84, 0x04,
|
||||
0x72, 0x80, 0xe5, 0x00, 0x00, 0x08, 0xd2, 0x20, 0x44, 0x04, 0xca, 0x02,
|
||||
0xff, 0x00, 0x00, 0x08, 0xde, 0xa0, 0x44, 0x04, 0x82, 0x02, 0x6d, 0x00,
|
||||
0x00, 0x08, 0xf6, 0xb0, 0x40, 0x02, 0x82, 0x07, 0x3f, 0x00, 0x00, 0x08,
|
||||
0x44, 0x58, 0x44, 0x02, 0x93, 0x3f, 0x1f, 0x00, 0x00, 0x30, 0x88, 0x4f,
|
||||
0x44, 0x03, 0x83, 0x23, 0x3e, 0x00, 0x00, 0x00, 0x18, 0x60, 0xe0, 0x07,
|
||||
0xe3, 0x0f, 0xfe, 0x00, 0x00, 0x00, 0x70, 0x70, 0xe4, 0x07, 0xc7, 0x1b,
|
||||
0xfe, 0x01, 0x00, 0x00, 0xe0, 0x3c, 0xe4, 0x07, 0xc7, 0xe3, 0xfe, 0x1f,
|
||||
0x00, 0x00, 0xff, 0x1f, 0xfc, 0x07, 0xc7, 0x03, 0xf8, 0x33, 0x00, 0xc0,
|
||||
0xf0, 0x07, 0xff, 0x07, 0x87, 0x02, 0xfc, 0x43, 0x00, 0x60, 0xf0, 0xff,
|
||||
0xff, 0x07, 0x8f, 0x06, 0xbe, 0x87, 0x00, 0x30, 0xf8, 0xff, 0xff, 0x07,
|
||||
0x8f, 0x14, 0x9c, 0x8f, 0x00, 0x00, 0xfc, 0xff, 0xff, 0x07, 0x9f, 0x8d,
|
||||
0x8a, 0x0f, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x07, 0xbf, 0x0b, 0x80, 0x1f,
|
||||
0x00, 0x00, 0xff, 0xff, 0xff, 0x07, 0x7f, 0x3a, 0x80, 0x3f, 0x00, 0x80,
|
||||
0xff, 0xff, 0xff, 0x07, 0xff, 0x20, 0xc0, 0x3f, 0x00, 0x80, 0xff, 0xff,
|
||||
0xff, 0x07, 0xff, 0x01, 0xe0, 0x7f, 0x00, 0xc0, 0xff, 0xff, 0xff, 0x07,
|
||||
0xff, 0x0f, 0xf8, 0xff, 0x40, 0xe0, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff,
|
||||
0xff, 0xff, 0x40, 0xf0, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff,
|
||||
0x41, 0xf0, 0xff, 0xff, 0xff, 0x07};
|
10
usr/lib/win-kex/VcXsrv/bitmaps/xbitmaps.pc.in
Executable file
10
usr/lib/win-kex/VcXsrv/bitmaps/xbitmaps.pc.in
Executable file
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: X bitmaps
|
||||
Description: Bitmaps that are shared between X applications
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs:
|
27
usr/lib/win-kex/VcXsrv/bitmaps/xfd_icon
Executable file
27
usr/lib/win-kex/VcXsrv/bitmaps/xfd_icon
Executable file
@@ -0,0 +1,27 @@
|
||||
#define xfd_icon_width 48
|
||||
#define xfd_icon_height 48
|
||||
static char xfd_icon_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x01, 0x81, 0x40, 0x20, 0x10, 0x08,
|
||||
0x11, 0x9d, 0x5c, 0xa7, 0xd7, 0x0b, 0x29, 0xa5, 0x42, 0xa9, 0x50, 0x08,
|
||||
0x45, 0xa5, 0x42, 0xa9, 0x50, 0x08, 0x7d, 0x9d, 0x42, 0xa9, 0xd7, 0x09,
|
||||
0x45, 0xa5, 0x42, 0xa9, 0x50, 0x08, 0x45, 0xa5, 0x42, 0xa9, 0x50, 0x08,
|
||||
0x45, 0x9d, 0x5c, 0xa7, 0x57, 0x08, 0x01, 0x81, 0x40, 0x20, 0x10, 0x08,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00};
|
6
usr/lib/win-kex/VcXsrv/bitmaps/xlogo11
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/xlogo11
Executable file
@@ -0,0 +1,6 @@
|
||||
#define xlogo11_width 11
|
||||
#define xlogo11_height 11
|
||||
|
||||
static char xlogo11_bits[] = {
|
||||
0x0f, 0x04, 0x0f, 0x02, 0x1e, 0x01, 0x3c, 0x01, 0xb8, 0x00, 0x58, 0x00,
|
||||
0xe8, 0x00, 0xe4, 0x01, 0xc4, 0x03, 0xc2, 0x03, 0x81, 0x07 };
|
6
usr/lib/win-kex/VcXsrv/bitmaps/xlogo16
Executable file
6
usr/lib/win-kex/VcXsrv/bitmaps/xlogo16
Executable file
@@ -0,0 +1,6 @@
|
||||
#define xlogo16_width 16
|
||||
#define xlogo16_height 16
|
||||
static unsigned char xlogo16_bits[] = {
|
||||
0x0f, 0x80, 0x1e, 0x80, 0x3c, 0x40, 0x78, 0x20, 0x78, 0x10, 0xf0, 0x08,
|
||||
0xe0, 0x09, 0xc0, 0x05, 0xc0, 0x02, 0x40, 0x07, 0x20, 0x0f, 0x20, 0x1e,
|
||||
0x10, 0x1e, 0x08, 0x3c, 0x04, 0x78, 0x02, 0xf0};
|
14
usr/lib/win-kex/VcXsrv/bitmaps/xlogo32
Executable file
14
usr/lib/win-kex/VcXsrv/bitmaps/xlogo32
Executable file
@@ -0,0 +1,14 @@
|
||||
#define xlogo32_width 32
|
||||
#define xlogo32_height 32
|
||||
static char xlogo32_bits[] = {
|
||||
0xff, 0x00, 0x00, 0xc0, 0xfe, 0x01, 0x00, 0xc0, 0xfc, 0x03, 0x00, 0x60,
|
||||
0xf8, 0x07, 0x00, 0x30, 0xf8, 0x07, 0x00, 0x18, 0xf0, 0x0f, 0x00, 0x0c,
|
||||
0xe0, 0x1f, 0x00, 0x06, 0xc0, 0x3f, 0x00, 0x06, 0xc0, 0x3f, 0x00, 0x03,
|
||||
0x80, 0x7f, 0x80, 0x01, 0x00, 0xff, 0xc0, 0x00, 0x00, 0xfe, 0x61, 0x00,
|
||||
0x00, 0xfe, 0x31, 0x00, 0x00, 0xfc, 0x33, 0x00, 0x00, 0xf8, 0x1b, 0x00,
|
||||
0x00, 0xf0, 0x0d, 0x00, 0x00, 0xf0, 0x0e, 0x00, 0x00, 0x60, 0x1f, 0x00,
|
||||
0x00, 0xb0, 0x3f, 0x00, 0x00, 0x98, 0x7f, 0x00, 0x00, 0x98, 0x7f, 0x00,
|
||||
0x00, 0x0c, 0xff, 0x00, 0x00, 0x06, 0xfe, 0x01, 0x00, 0x03, 0xfc, 0x03,
|
||||
0x80, 0x01, 0xfc, 0x03, 0xc0, 0x00, 0xf8, 0x07, 0xc0, 0x00, 0xf0, 0x0f,
|
||||
0x60, 0x00, 0xe0, 0x1f, 0x30, 0x00, 0xe0, 0x1f, 0x18, 0x00, 0xc0, 0x3f,
|
||||
0x0c, 0x00, 0x80, 0x7f, 0x06, 0x00, 0x00, 0xff};
|
46
usr/lib/win-kex/VcXsrv/bitmaps/xlogo64
Executable file
46
usr/lib/win-kex/VcXsrv/bitmaps/xlogo64
Executable file
@@ -0,0 +1,46 @@
|
||||
#define xlogo64_width 64
|
||||
#define xlogo64_height 64
|
||||
static unsigned char xlogo64_bits[] = {
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xfe, 0xff, 0x01, 0x00,
|
||||
0x00, 0x00, 0x00, 0xf8, 0xfc, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x7c,
|
||||
0xf8, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x3e, 0xf8, 0xff, 0x07, 0x00,
|
||||
0x00, 0x00, 0x00, 0x1f, 0xf0, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x80, 0x0f,
|
||||
0xe0, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x80, 0x0f, 0xc0, 0xff, 0x3f, 0x00,
|
||||
0x00, 0x00, 0xc0, 0x07, 0xc0, 0xff, 0x3f, 0x00, 0x00, 0x00, 0xe0, 0x03,
|
||||
0x80, 0xff, 0x7f, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x00, 0xff, 0xff, 0x00,
|
||||
0x00, 0x00, 0xf8, 0x00, 0x00, 0xfe, 0xff, 0x01, 0x00, 0x00, 0xf8, 0x00,
|
||||
0x00, 0xfe, 0xff, 0x01, 0x00, 0x00, 0x7c, 0x00, 0x00, 0xfc, 0xff, 0x03,
|
||||
0x00, 0x00, 0x3e, 0x00, 0x00, 0xf8, 0xff, 0x07, 0x00, 0x00, 0x1f, 0x00,
|
||||
0x00, 0xf0, 0xff, 0x0f, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xf0, 0xff, 0x0f,
|
||||
0x00, 0xc0, 0x07, 0x00, 0x00, 0xe0, 0xff, 0x1f, 0x00, 0xc0, 0x07, 0x00,
|
||||
0x00, 0xc0, 0xff, 0x3f, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x80, 0xff, 0x7f,
|
||||
0x00, 0xf0, 0x01, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0xf8, 0x00, 0x00,
|
||||
0x00, 0x00, 0xff, 0xff, 0x00, 0x7c, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff,
|
||||
0x01, 0x7c, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x03, 0x3e, 0x00, 0x00,
|
||||
0x00, 0x00, 0xfc, 0xff, 0x03, 0x1f, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff,
|
||||
0x87, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0xcf, 0x07, 0x00, 0x00,
|
||||
0x00, 0x00, 0xe0, 0xff, 0xcf, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff,
|
||||
0xe7, 0x03, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0xf3, 0x01, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0xff, 0xf9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff,
|
||||
0xfc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xfe, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x7e, 0xfe, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e,
|
||||
0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9f, 0xff, 0x07, 0x00, 0x00,
|
||||
0x00, 0x00, 0x80, 0xcf, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xe7,
|
||||
0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xe7, 0xff, 0x1f, 0x00, 0x00,
|
||||
0x00, 0x00, 0xe0, 0xc3, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xc1,
|
||||
0xff, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x80, 0xff, 0x7f, 0x00, 0x00,
|
||||
0x00, 0x00, 0x7c, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x00,
|
||||
0xfe, 0xff, 0x01, 0x00, 0x00, 0x00, 0x3e, 0x00, 0xfe, 0xff, 0x01, 0x00,
|
||||
0x00, 0x00, 0x1f, 0x00, 0xfc, 0xff, 0x03, 0x00, 0x00, 0x80, 0x0f, 0x00,
|
||||
0xf8, 0xff, 0x07, 0x00, 0x00, 0xc0, 0x07, 0x00, 0xf0, 0xff, 0x0f, 0x00,
|
||||
0x00, 0xe0, 0x03, 0x00, 0xf0, 0xff, 0x0f, 0x00, 0x00, 0xe0, 0x03, 0x00,
|
||||
0xe0, 0xff, 0x1f, 0x00, 0x00, 0xf0, 0x01, 0x00, 0xc0, 0xff, 0x3f, 0x00,
|
||||
0x00, 0xf8, 0x00, 0x00, 0x80, 0xff, 0x7f, 0x00, 0x00, 0x7c, 0x00, 0x00,
|
||||
0x80, 0xff, 0x7f, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00,
|
||||
0x00, 0x3e, 0x00, 0x00, 0x00, 0xfe, 0xff, 0x01, 0x00, 0x1f, 0x00, 0x00,
|
||||
0x00, 0xfc, 0xff, 0x03, 0x80, 0x0f, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x03,
|
||||
0xc0, 0x07, 0x00, 0x00, 0x00, 0xf8, 0xff, 0x07, 0xe0, 0x03, 0x00, 0x00,
|
||||
0x00, 0xf0, 0xff, 0x0f, 0xe0, 0x03, 0x00, 0x00, 0x00, 0xe0, 0xff, 0x1f,
|
||||
0xf0, 0x01, 0x00, 0x00, 0x00, 0xe0, 0xff, 0x1f, 0xf8, 0x00, 0x00, 0x00,
|
||||
0x00, 0xc0, 0xff, 0x3f, 0x7c, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x7f,
|
||||
0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff};
|
1112
usr/lib/win-kex/VcXsrv/bitmaps/xsnow
Executable file
1112
usr/lib/win-kex/VcXsrv/bitmaps/xsnow
Executable file
File diff suppressed because it is too large
Load Diff
BIN
usr/lib/win-kex/VcXsrv/dxtn.dll
Executable file
BIN
usr/lib/win-kex/VcXsrv/dxtn.dll
Executable file
Binary file not shown.
0
usr/lib/win-kex/VcXsrv/font-dirs
Executable file
0
usr/lib/win-kex/VcXsrv/font-dirs
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-10.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-10.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-13.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-13.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-14.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-14.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-15.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-15.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-2.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-2.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-3.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-3.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-4.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-4.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-9.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10-ISO8859-9.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__10.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__12-ISO8859-1.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__12-ISO8859-1.pcf.gz
Executable file
Binary file not shown.
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__12-ISO8859-10.pcf.gz
Executable file
BIN
usr/lib/win-kex/VcXsrv/fonts/100dpi/UTBI__12-ISO8859-10.pcf.gz
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user