summaryrefslogtreecommitdiff
path: root/libwinnie/src/mouse_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libwinnie/src/mouse_cursor.h')
-rw-r--r--libwinnie/src/mouse_cursor.h35
1 files changed, 13 insertions, 22 deletions
diff --git a/libwinnie/src/mouse_cursor.h b/libwinnie/src/mouse_cursor.h
index f64934e..c070efc 100644
--- a/libwinnie/src/mouse_cursor.h
+++ b/libwinnie/src/mouse_cursor.h
@@ -25,25 +25,16 @@ Author: Eleni Maria Stea <elene.mst@gmail.com>
const int mouse_cursor_width = 8;
const int mouse_cursor_height = 16;
-const int mouse_cursor_bw[] = {
- 128, 128, 0, 0, 0, 0, 0, 0,
- 128, 255, 128, 0, 0, 0, 0, 0,
- 128, 255, 255, 128, 0, 0, 0, 0,
- 128, 255, 255, 255, 128, 0, 0, 0,
- 128, 255, 255, 255, 255, 128, 0, 0,
- 128, 255, 255, 255, 255, 255, 128, 0,
- 128, 255, 255, 255, 255, 255, 255, 128,
- 128, 255, 255, 255, 255, 255, 128, 0,
- 128, 255, 255, 255, 255, 128, 0, 0,
- 128, 255, 255, 255, 255, 128, 0, 0,
- 128, 255, 255, 255, 255, 255, 128, 0,
- 128, 255, 255, 255, 255, 255, 128, 0,
- 128, 255, 128, 128, 255, 255, 255, 128,
- 128, 128, 0, 128, 255, 255, 255, 128,
- 128, 0, 0, 0, 128, 255, 255, 128,
- 0, 0, 0, 0, 0, 128, 128, 128
-};
-
-
-
-#endif // MOUSE_CURSOR_H_
+const int mouse_cursor_bw[]
+ = { 128, 128, 0, 0, 0, 0, 0, 0, 128, 255, 128, 0, 0,
+ 0, 0, 0, 128, 255, 255, 128, 0, 0, 0, 0, 128, 255,
+ 255, 255, 128, 0, 0, 0, 128, 255, 255, 255, 255, 128, 0,
+ 0, 128, 255, 255, 255, 255, 255, 128, 0, 128, 255, 255, 255,
+ 255, 255, 255, 128, 128, 255, 255, 255, 255, 255, 128, 0, 128,
+ 255, 255, 255, 255, 128, 0, 0, 128, 255, 255, 255, 255, 128,
+ 0, 0, 128, 255, 255, 255, 255, 255, 128, 0, 128, 255, 255,
+ 255, 255, 255, 128, 0, 128, 255, 128, 128, 255, 255, 255, 128,
+ 128, 128, 0, 128, 255, 255, 255, 128, 128, 0, 0, 0, 128,
+ 255, 255, 128, 0, 0, 0, 0, 0, 128, 128, 128 };
+
+#endif // MOUSE_CURSOR_H_