]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cross.xbm
Remove wxT from prototype
[wxWidgets.git] / src / gtk / cross.xbm
index b07cbe7fcdfc2844b7726ae68b6ab5f2ff451e85..2930c572e409a482990f3d0ac5784a456366dc71 100644 (file)
@@ -1,6 +1,6 @@
-#define cross_width 15
-#define cross_height 15
-static char cross_bits[] = {
-   0x84, 0x10, 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10,
-   0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10,
-   0xff, 0x7f, 0x84, 0x10, 0x84, 0x10};
+#define cross_width 16
+#define cross_height 16
+static unsigned char cross_bits[] = {
+  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xFF, 0xFF, 0x08, 0x08, 0x08, 0x08,
+  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xFF, 0xFF,
+  0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, };