Initial import of CVS-v2_8_branch

This commit is contained in:
Fred Gleason
2014-08-12 15:13:02 -04:00
commit afd67c7af8
1508 changed files with 405304 additions and 0 deletions

22
icons/chain.xpm Normal file
View File

@@ -0,0 +1,22 @@
/* XPM */
const static char * chain_xpm[] = {
"16 16 3 1",
" c #000000000000",
". c #FFFFFFFF0000",
"X c #00000000CDCD",
" ",
" ..... ",
" ......... ",
" ....XXX.... ",
" ...XX.XX... ",
" ...XX...X.... ",
" ...XX........ ",
" ...XX........ ",
" ...XX........ ",
" ...XX...X.... ",
" ...XX.XX... ",
" ....XXX.... ",
" ......... ",
" ..... ",
" ",
" "};