diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-31 07:41:49 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-31 07:41:49 +0000 |
commit | 16b42bd25b5439518b42b143cc9f07c12ef0752f (patch) | |
tree | 6a43f35588336bb5e4169b855da5e3e215adb72f /graphics/xfig-devel | |
parent | 038634bbbc6c18684fcd04256911aaaf1f5e6aa8 (diff) | |
download | ports-16b42bd25b5439518b42b143cc9f07c12ef0752f.tar.gz ports-16b42bd25b5439518b42b143cc9f07c12ef0752f.zip |
Notes
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r-- | graphics/xfig-devel/files/patch-aa | 10 |
1 files changed, 9 insertions, 1 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 |