[Pkg-wmaker-commits] [wmbattery] 94/241: fix compile warning due to XCreatePixmapFromBitmapData prototype change

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbattery.

commit 9f55737d8ccad6eff9f0189bb28a32766bc6a645
Author: Joey Hess <joey at kodama.kitenet.net>
Date:   Fri Feb 1 17:00:57 2008 -0500

    fix compile warning due to XCreatePixmapFromBitmapData prototype change
---
 mask.xbm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mask.xbm b/mask.xbm
index 5541159..1722641 100644
--- a/mask.xbm
+++ b/mask.xbm
@@ -1,6 +1,6 @@
 #define mask_width 64
 #define mask_height 64
-static unsigned char mask_bits[] = {
+static char mask_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git



More information about the Pkg-wmaker-commits mailing list