diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 06:10:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 06:10:10 +0000 |
commit | c9179017c7e70703b7cac46c2df8b950506319e0 (patch) | |
tree | c0efdddb8a11493ed1bee357bc32d604a67b9000 /libXpm/sxpm/plaid.xpm | |
parent | bea6c919fcb289fdf2b1e7938f39dec026c25b21 (diff) | |
download | vcxsrv-c9179017c7e70703b7cac46c2df8b950506319e0.tar.gz vcxsrv-c9179017c7e70703b7cac46c2df8b950506319e0.tar.bz2 vcxsrv-c9179017c7e70703b7cac46c2df8b950506319e0.zip |
Added libXpm-3.5.8
Diffstat (limited to 'libXpm/sxpm/plaid.xpm')
-rw-r--r-- | libXpm/sxpm/plaid.xpm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/libXpm/sxpm/plaid.xpm b/libXpm/sxpm/plaid.xpm new file mode 100644 index 000000000..b0e9200fe --- /dev/null +++ b/libXpm/sxpm/plaid.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * plaid[] = { +/* plaid pixmap + * width height ncolors chars_per_pixel */ +"22 22 4 2 ", +/* colors */ +" c red m white s light_color ", +"Y c green m black s lines_in_mix ", +"+ c yellow m white s lines_in_dark ", +"x m black s dark_color ", +/* pixels */ +"x x x x x x x x x x x x + x x x x x ", +" x x x x x x x x x x x x x x x x ", +"x x x x x x x x x x x x + x x x x x ", +" x x x x x x x x x x x x x x x x ", +"x x x x x x x x x x x x + x x x x x ", +"Y Y Y Y Y x Y Y Y Y Y + x + x + x + x + x + ", +"x x x x x x x x x x x x + x x x x x ", +" x x x x x x x x x x x x x x x x ", +"x x x x x x x x x x x x + x x x x x ", +" x x x x x x x x x x x x x x x x ", +"x x x x x x x x x x x x + x x x x x ", +" x x x x Y x x x ", +" x x x Y x x ", +" x x x x Y x x x ", +" x x x Y x x ", +" x x x x Y x x x ", +"x x x x x x x x x x x x x x x x x x x x x x ", +" x x x x Y x x x ", +" x x x Y x x ", +" x x x x Y x x x ", +" x x x Y x x ", +" x x x x Y x x x " +} ; |