ports/82270: xglobe does not show markers

Florian Smeets flo at kasimir.com
Wed Jun 15 13:10:15 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list