(allout-widgets-icons-dark-subdir): Track relocations of icons
* lisp/allout.el: Remove commentary about remove encryption passphrase
mnemonic support and verification.
* etc/images/icons/allout-widgets/dark-bg,
etc/images/icons/allout-widgets/light-bg,
encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}: Reorganize icon
directories and files to reconcile against windows short-filename clashes.
26 lines
357 B
C
26 lines
357 B
C
/* XPM */
|
|
static char *dummy[]={
|
|
"10 17 5 1",
|
|
". c None",
|
|
"a c #000080",
|
|
"b c #63c639",
|
|
"c c #ada5c6",
|
|
"# c #ffff00",
|
|
"..........",
|
|
"..........",
|
|
"..........",
|
|
"..........",
|
|
"#.......#a",
|
|
"#ba...ab#a",
|
|
"#ba...ab#a",
|
|
"#bccccab#a",
|
|
"#bacccab#a",
|
|
"#bbacabb#a",
|
|
"##bacab##a",
|
|
"a##bbb##a.",
|
|
".a#####a..",
|
|
"..a###a...",
|
|
"...a#a....",
|
|
"....c.....",
|
|
"....c....."};
|