view pixmaps/login_icon.xpm @ 3859:9f1893ad06e8

[gaim-migrate @ 4011] (22:38:45) faceprint: enlightenment actually moves windows around when you have virtual desktops (22:39:33) faceprint: when i move one screen to the right, gaim is now positioned at -(gaim buddy list width + window decoration width) this stops such stupidity from moving gaim off-screen committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 02 Nov 2002 03:41:23 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * login_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 14 1",
/* colors */
" 	c None",
".	c #ccccff",
"X	c #6699cc",
"o	c #336699",
"O	c #000099",
"+	c #000066",
"@	c #cccccc",
"#	c black",
"$	c #999966",
"%	c #ffff66",
"&	c #cccc99",
"*	c #996666",
"=	c #999999",
"-	c #666699",
/* pixels */
"        .XoO",
" OO+O+OOX.@+",
" O#$%$#O .&+",
" +#%%%#+ .@O",
" O#$%*#O .&O",
" O%%%%%O =@O",
" +%%%%%+ #-+",
" O$%%%$O $@O",
" +#%%%#+ .&+",
" O#%%%#O .@O",
"OOO+O+OOX.&+",
"         XoO"};