ports/78300: [Magicpoint] flickes when hitting <Ctrl>-button

Michael Lestinsky michael.lestinsky at mpi-hd.mpg.de
Wed Mar 2 14:10:08 UTC 2005


>Number:         78300
>Category:       ports
>Synopsis:       [Magicpoint] flickes when hitting <Ctrl>-button
>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 Mar 02 14:10:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Lestinsky
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mobi 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Feb 17 00:59:08 CET 2005 michael at mobi:/usr/obj/usr/src/sys/mobi i386


>Description:
	Magicpoint starts to continuously redraw the screen content when
	you hit the <Ctrl>-Button during a presentation.

>How-To-Repeat:
	Hit <Ctrl>.

>Fix:

Update magicpoint to version 1.11b which already contains a fix.
The following patch is extracted from the magicpoint cvs and applies to
1.11a.

Index: files/patch-mgp.c
===================================================================
RCS file: files/patch-mgp.c
diff -N files/patch-mgp.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-mgp.c	2 Mar 2005 14:02:04 -0000
@@ -0,0 +1,13 @@
+--- mgp.c.orig	Wed Mar  2 14:53:59 2005
++++ mgp.c	Wed Mar  2 14:41:42 2005
+@@ -1129,10 +1129,6 @@ repaint:;
+ 			}
+ 			break;
+ 
+-#if 1  /* by h.kakugawa at computer.org */
+-		case MapNotify:
+-		  goto repaint;
+-#endif
+ 		case Expose:
+ 			if (e.xexpose.window != window) 
+ 				break;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list