diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:32:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 17:32:29 +0000 |
commit | 1ea1e9258ed6ab19e08f93337c2b2b152bdf2344 (patch) | |
tree | 1175631d32deb933533cdb52e40b1221e1b0bacb /lib/libXpm/sxpm/plaid_ext.xpm | |
parent | 3ecab1e733aa077f04d199af6c835a1d47873da4 (diff) |
import from X.Org 7.1
Diffstat (limited to 'lib/libXpm/sxpm/plaid_ext.xpm')
-rw-r--r-- | lib/libXpm/sxpm/plaid_ext.xpm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lib/libXpm/sxpm/plaid_ext.xpm b/lib/libXpm/sxpm/plaid_ext.xpm new file mode 100644 index 000000000..8538952ea --- /dev/null +++ b/lib/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" +} ; |