diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-31 15:41:49 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-31 15:41:49 +0800 |
commit | 427877706ca37e143fe399e2bc3eee5b3ef17a85 (patch) | |
tree | be55bdc8987b6f8767384fb3e90a4bcddc8bd2fe /graphics | |
parent | 0d7c338a056388cbeed9821416a4c34fbfdc48f1 (diff) | |
download | freebsd-ports-gnome-427877706ca37e143fe399e2bc3eee5b3ef17a85.tar.gz freebsd-ports-gnome-427877706ca37e143fe399e2bc3eee5b3ef17a85.tar.zst freebsd-ports-gnome-427877706ca37e143fe399e2bc3eee5b3ef17a85.zip |
update graphics/xfig: add mousewheel support
PR: 55082
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xfig-devel/files/patch-aa | 10 | ||||
-rw-r--r-- | graphics/xfig/files/patch-aa | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/graphics/xfig-devel/files/patch-aa b/graphics/xfig-devel/files/patch-aa index 81baa6210564..1109ba739b18 100644 --- a/graphics/xfig-devel/files/patch-aa +++ b/graphics/xfig-devel/files/patch-aa @@ -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 diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index 81baa6210564..1109ba739b18 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/files/patch-aa @@ -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 |