]> git.saurik.com Git - wxWidgets.git/blobdiff - art/cross.xpm
Use TAbs in debian/rules, not spaces, as it's a makefile.
[wxWidgets.git] / art / cross.xpm
index 5192b65cc02b7371429bf1024121c6dfe4a0db9c..20ab3f3466e55dcbdb21bb43ae70a2550f20efe7 100644 (file)
@@ -1,32 +1,17 @@
-/* XPM */
-static char *cross_xpm[] = {
-/* columns rows colors chars-per-pixel */
-"10 10 16 1",
-"  c Gray0",
-". c #bf0000",
-"X c #00bf00",
-"o c #bfbf00",
-"O c #0000bf",
-"+ c #bf00bf",
-"@ c #00bfbf",
-"# c None",
-"$ c #808080",
-"% c Red",
-"& c Green",
-"* c Yellow",
-"= c Blue",
-"- c Magenta",
-"; c Cyan",
-": c Gray100",
-/* pixels */
-" ######## ",
-"   ####   ",
-"#   ##   #",
-"##      ##",
-"###    ###",
-"###    ###",
-"##      ##",
-"#   ##   #",
-"   ####   ",
-"  ######  "
-};
+/* XPM */\r
+static const char *const cross_xpm[] = {\r
+/* columns rows colors chars-per-pixel */\r
+"10 10 2 1",\r
+"  c Gray0",\r
+"# c None",\r
+/* pixels */\r
+" ######## ",\r
+"   ####   ",\r
+"#   ##   #",\r
+"##      ##",\r
+"###    ###",\r
+"###    ###",\r
+"##      ##",\r
+"#   ##   #",\r
+"   ####   ",\r
+"  ######  "};\r