bitmaps/file_plain.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1623
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
/* XPM */
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
static char *tiny_file_plain[] = {
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
	"16 16 3 1",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
	". c none",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
	"b c black  m black g4 black",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
	"g c white m white g4 white",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
	"bbbbbbbbbb......",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
	"bgggggggbgb.....",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
	"bgggggggbggb....",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
	"bgggggggbbbbb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
	"bgggggggggggb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
	"bgggggggggggb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	"bgggggggggggb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	"bgggggggggggb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	"bgggggggggggb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	"bgggggggggggb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	"bbbbbbbbbbbbb...",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
	"................",
b588acb3dd8b resources should be local (not fetched from goodies/bitmaps ...)
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
};