head 1.2; access; symbols pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2018.11.08.05.32.23; author markd; state dead; branches; next 1.1; commitid pS0n7meXLUTvi6ZA; 1.1 date 2018.02.18.23.50.36; author he; state Exp; branches; next ; commitid x90SIdewSnigPorA; desc @@ 1.2 log @ical: update to 3.0.3 Fixes for tcl 8.6 and gcc 6+ @ text @$NetBSD: patch-bitmaps_dright.xbm,v 1.1 2018/02/18 23:50:36 he Exp $ --- bitmaps/dright.xbm.orig 2009-01-18 13:18:19.000000000 +0000 +++ bitmaps/dright.xbm @@@@ -1,6 +1,6 @@@@ #define dright_width 16 #define dright_height 16 -static char dright_bits[] = { +static unsigned char dright_bits[] = { 0x00, 0x00, 0x86, 0x01, 0x8e, 0x03, 0x9e, 0x07, 0xbe, 0x0f, 0xfe, 0x1f, 0xfe, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x3f, 0xfe, 0x1f, 0xbe, 0x0f, 0x9e, 0x07, 0x8e, 0x03, 0x86, 0x01, 0x00, 0x00}; @ 1.1 log @Use "unsigned char" for bitmaps, to avoid warnings about >=128 -> char conversions from the newer compiler. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @