(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.
25 lines
342 B
C
25 lines
342 B
C
/* XPM */
|
|
static char *dummy[]={
|
|
"10 17 4 1",
|
|
". c None",
|
|
"a c #00ff00",
|
|
"b c #00ffff",
|
|
"# c #606060",
|
|
"..........",
|
|
"..........",
|
|
"..........",
|
|
"..........",
|
|
"#.......#a",
|
|
"#b.....b#a",
|
|
"#b.....b#a",
|
|
"#b####.b#a",
|
|
"#b.###.b#a",
|
|
"#bb.#.bb#a",
|
|
"##b.#.b##a",
|
|
"a##b#b##a.",
|
|
".a##b##a..",
|
|
"..a###a...",
|
|
"...a#a....",
|
|
"....#.....",
|
|
"....#....."};
|