Bug 379109 DOMI should provide window icons for Linux and OS2 as well as Windows. r=timeless,luser,sr=Neil.

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-05-28 01:29:57 -07:00
parent 2c270c637a
commit 0a908eb47d
3 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,41 @@
/* XPM */
static char * winInspectorMain_xpm[] = {
"32 32 6 1",
" c None",
". c #000000",
"+ c #FFB300",
"@ c #FF7500",
"# c #FF8C00",
"$ c #FF0000",
"................................",
"................................",
"..++++++++++++++++++++++++++++..",
"..++++++++++++++++++++++++++++..",
"..++++++++++........++++++++++..",
"..++++++++++........++++++++++..",
"..++++++....@@@@@@@@....++++++..",
"..++++++....@@@@@@@@....++++++..",
"..++++++..@@@@@@@@@@@@..++++++..",
"..++++++..@@@@@@@@@@@@..++++++..",
"..++++..@@@@@@@@@@@@@@@@..++++..",
"..++++..@@@@@@@@@@@@@@@@..++++..",
"..++++..@@@@@@@@@@@@@@@@..++++..",
"..++++..@@@@@@@@@@@@@@@@..++++..",
"..++++..@@@@@@@@@@@@##@@..++++..",
"..++++..@@@@@@@@@@@@##@@..++++..",
"..++++..@@@@@@@@@@@@##@@..++++..",
"..++++..@@@@@@@@@@@@##@@..++++..",
"..++++++..@@@@@@####$$..++++++..",
"..++++++..@@@@@@####$$..++++++..",
"..++++++....@@@@@@@@......++++..",
"..++++++....@@@@@@@@......++++..",
"..++++++++++........++......++..",
"..++++++++++........++......++..",
"..++++++++++++++++++++++........",
"..++++++++++++++++++++++........",
"..++++++++++++++++++++++++......",
"..++++++++++++++++++++++++......",
"..++++++++++++++++++++++++++....",
"..++++++++++++++++++++++++++....",
"................................",
"................................"};

View File

@ -0,0 +1,25 @@
/* XPM */
static char * winInspectorMain16_xpm[] = {
"16 16 6 1",
" c None",
". c #000000",
"+ c #FFAD00",
"@ c #FF6D00",
"# c #FF8500",
"$ c #FF0000",
"................",
".++++++++++++++.",
".+++++....+++++.",
".+++..@@@@..+++.",
".+++.@@@@@@.+++.",
".++.@@@@@@@@.++.",
".++.@@@@@@@@.++.",
".++.@@@@@@#@.++.",
".++.@@@@@@#@.++.",
".+++.@@@##$.+++.",
".+++..@@@@...++.",
".+++++....+...+.",
".+++++++++++....",
".++++++++++++...",
".+++++++++++++..",
"................"};