Date: Wed, 15 Jun 2005 13:04:55 GMT From: Florian Smeets <flo@kasimir.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/82270: xglobe does not show markers Message-ID: <200506151304.j5FD4tVH044062@www.freebsd.org> Resent-Message-ID: <200506151310.j5FDAEIf049525@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 82270 >Category: ports >Synopsis: xglobe does not show markers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 15 13:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: 6.0-CURRENT >Organization: >Environment: FreeBSD bsdix.lan 6.0-CURRENT FreeBSD 6.0-CURRENT #8: Tue Jun 14 22:33:07 CEST 2005 root@bsdix.lan:/usr/obj/usr/src/sys/BSDIX i386 >Description: When you compile xglobe from ports and start it with xglobe -markers it does not show the markers. >How-To-Repeat: xglobe -markers >Fix: --- renderer.cpp.orig Wed Jun 15 14:56:42 2005 +++ renderer.cpp Wed Jun 15 14:57:03 2005 @@ -1434,7 +1434,7 @@ for(wx=0 ; wx<visiblerect.width(); wx++) { - switch(*src++) + switch((*src++)&0x00FFFFFF) { case 0x00000000: *dest++ = 0; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506151304.j5FD4tVH044062>