Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 23:33:12 +0200 (CEST)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55082: graphics/xfig: add mousewheel support
Message-ID:  <200307302133.h6ULXC3S043609@roadrunner.local>
Resent-Message-ID: <200307302140.h6ULeGsw009467@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55082
>Category:       ports
>Synopsis:       graphics/xfig: add mousewheel support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 14:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.1-RELEASE FreeBSD 5.1-RELEASE #5: Thu Jul 17 17:32:28 CEST 2003 root@roadrunner:/usr/obj/usr/src/sys/ROADRUNNER i386
>Description:
Mousewheel support is disabled by default. I think it is pretty useful and
should be activated.

Note: Should PORTREVISION be bumped?
>How-To-Repeat:
>Fix:

--- files/patch-aa	Mon Jul 28 03:19:21 2003
+++ files/patch-aa	Tue Jul 29 21:10:54 2003
@@ -38,7 +38,7 @@
  #endif
  
  XCOMM Uncomment the following definiton if you want to use the small icons
-@@ -105,10 +105,10 @@
+@@ -105,17 +105,17 @@
  XCOMM Then be sure to change the XAW3DINC to point to the directory where your
  XCOMM 3D Athena widget headers are located
  
@@ -51,6 +51,14 @@
  DUSEXAW3D = -DXAW3D
  XAWLIB = -lXaw3d
  #endif
+ 
+ XCOMM Uncomment the following if you have a wheel mouse.  See docs for description.
+ 
+-XCOMM #define WHEELMOUSE
++#define WHEELMOUSE
+ 
+ #ifdef WHEELMOUSE
+ DUSEWHEELMOUSE = -DWHEELMOUSE
 @@ -154,7 +154,7 @@
  XCOMM inline functions. With the "INLINE" keyword, you should notice that
  XCOMM the display will be a bit faster in complex figures
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307302133.h6ULXC3S043609>