Date: Wed, 2 Mar 2005 15:03:43 +0100 (CET) From: Michael Lestinsky <michael.lestinsky@mpi-hd.mpg.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78300: [Magicpoint] flickes when hitting <Ctrl>-button Message-ID: <200503021403.j22E3hjo022547@mobi.dhcp.mpi-hd.mpg.de> Resent-Message-ID: <200503021410.j22EA7jK073221@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@computer.org */ +- case MapNotify: +- goto repaint; +-#endif + case Expose: + if (e.xexpose.window != window) + break; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021403.j22E3hjo022547>