bitmaps/minus.xpm
author Claus Gittinger <cg@exept.de>
Sat, 29 Jun 2019 23:25:22 +0200
changeset 6081 52da01945044
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#BUGFIX by cg class: ImageEditView changed: #pasteAt:mode: update colormap after paste

/* XPM */
static char *plus_xpm[] = {
/* width height ncolors chars_per_pixel */
"9 9 3 1",
/* colors */
"a c black",
"b c #808080",
"c c white",
/* pixels */
"bbbbbbbbb",
"bcccccccb",
"bcccccccb",
"bcccccccb",
"bcaaaaacb",
"bcccccccb",
"bcccccccb",
"bcccccccb",
"bbbbbbbbb",
};