diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 06:21:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 06:21:24 +0000 |
commit | 0ae41e8705d1a90e05e5452759396d6ef3e9d33f (patch) | |
tree | 0633e2a8cdad0b13af31d9ff471174fe3f69e637 /libXpm/sxpm/plaid_ext.xpm | |
parent | a606d151fb424f09f5b548ed58879dc20ba4f173 (diff) | |
parent | c9179017c7e70703b7cac46c2df8b950506319e0 (diff) | |
download | vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.gz vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.bz2 vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.zip |
Added libXpm
Diffstat (limited to 'libXpm/sxpm/plaid_ext.xpm')
-rw-r--r-- | libXpm/sxpm/plaid_ext.xpm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/libXpm/sxpm/plaid_ext.xpm b/libXpm/sxpm/plaid_ext.xpm new file mode 100644 index 000000000..8538952ea --- /dev/null +++ b/libXpm/sxpm/plaid_ext.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * plaid[] = { +/* plaid pixmap + * width height ncolors chars_per_pixel */ +"22 22 4 2 XPMEXT", +/* 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 ", +"XPMEXT ext1 data1", +"XPMEXT ext2", +"data2_1", +"data2_2", +"XPMEXT ext3", +"data3", +"XPMEXT", +"data4", +"XPMENDEXT" +} ; |