view etc/images/ezimage/key.xpm @ 96661:0b232de63205

(x-handle-switch, x-handle-name-switch) (x-handle-numeric-switch, x-handle-initial-switch) (x-handle-xrm-switch, x-handle-args, x-handle-display) (xw-defined-colors, w32-initialize-window-system): Avoid use of cl pop and push macros.
author Jason Rumney <jasonr@gnu.org>
date Mon, 14 Jul 2008 10:30:56 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * key_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"    ........    ",
"   ..++++++..   ",
"   .+@@@@@@+.   ",
"   .+@@++@@+.   ",
"   .+@@@@@@+.   ",
"   .+@@@@@@+.   ",
"   .+@@@@@@+.   ",
"    .+@@@@+.    ",
"     .+@@+.     ",
"     .+@@@+.    ",
"     .+@@+.     ",
"     .+@@+.     ",
"     .+@@@+.    ",
"     .+@@+.     ",
"      .++.      ",
"       ..       "};