From af70242c117ad9be1fd777bd93a1db250a592215 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Thu, 17 Dec 2009 17:18:53 +0200
Subject: [PATCH] xonix_mask.xbm: remove unsigned to fix compiling
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
xonix_mask.xbm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xonix_mask.xbm b/xonix_mask.xbm
index e5b495b..2669f7c 100644
--- a/xonix_mask.xbm
+++ b/xonix_mask.xbm
@@ -1,6 +1,6 @@
#define xonix_mask_width 25
#define xonix_mask_height 25
-static unsigned char xonix_mask_bits[] = {
+static char xonix_mask_bits[] = {
0x0e, 0x00, 0xe0, 0x00, 0x7f, 0x00, 0xfc, 0x01, 0xff, 0x00, 0xfe, 0x01,
0xff, 0x01, 0xff, 0x01, 0xff, 0xc7, 0xff, 0x01, 0xff, 0xff, 0xff, 0x01,
0xf8, 0xff, 0x3f, 0x00, 0xf0, 0xff, 0x1f, 0x00, 0xf0, 0xff, 0x1f, 0x00,
--
1.6.5