|
|
@@ -23,7 +23,7 @@
|
|
|
// supplied on the command line.
|
|
|
|
|
|
const char *default_left_icon_filename = "left.png";
|
|
|
-const char default_left_icon[] = {
|
|
|
+const unsigned char default_left_icon[] = {
|
|
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00,
|
|
|
0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00,
|
|
|
0x00, 0x1e, 0x08, 0x03, 0x00, 0x00, 0x00, 0x0c, 0xee, 0x5e, 0x90,
|
|
|
@@ -77,7 +77,7 @@ const char default_left_icon[] = {
|
|
|
const int default_left_icon_size = sizeof(default_left_icon);
|
|
|
|
|
|
const char *default_right_icon_filename = "right.png";
|
|
|
-const char default_right_icon[] = {
|
|
|
+const unsigned char default_right_icon[] = {
|
|
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00,
|
|
|
0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00,
|
|
|
0x00, 0x1e, 0x08, 0x03, 0x00, 0x00, 0x00, 0x0c, 0xee, 0x5e, 0x90,
|
|
|
@@ -130,7 +130,7 @@ const char default_right_icon[] = {
|
|
|
const int default_right_icon_size = sizeof(default_right_icon);
|
|
|
|
|
|
const char *default_up_icon_filename = "up.png";
|
|
|
-const char default_up_icon[] = {
|
|
|
+const unsigned char default_up_icon[] = {
|
|
|
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00,
|
|
|
0x0d, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00,
|
|
|
0x00, 0x1e, 0x08, 0x03, 0x00, 0x00, 0x00, 0x0c, 0xee, 0x5e, 0x90,
|