diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
commit | 1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch) | |
tree | bc3c1101d22e55deb5237ef53fbde0f33806170a /sysutils/gtop/files/patch-ad | |
parent | Add in PCI bridge support. It's a run-time option, too, and is required for (diff) |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes:
svn path=/head/; revision=84937
Diffstat (limited to 'sysutils/gtop/files/patch-ad')
-rw-r--r-- | sysutils/gtop/files/patch-ad | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/gtop/files/patch-ad b/sysutils/gtop/files/patch-ad deleted file mode 100644 index b94b21823f77..000000000000 --- a/sysutils/gtop/files/patch-ad +++ /dev/null @@ -1,32 +0,0 @@ ---- main.c.orig Mon May 22 13:25:21 2000 -+++ main.c Sun Aug 6 21:01:42 2000 -@@ -33,6 +33,8 @@ - #include <gnome.h> - #include <libgnomeui/gnome-window-icon.h> - -+#include <floatingpoint.h> -+ - #include <glibtop/close.h> - - #include <locale.h> -@@ -206,6 +208,8 @@ - poptContext ctx; - const char **args; - -+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV)); -+ - setlocale (LC_ALL, ""); - bindtextdomain (PACKAGE, GNOMELOCALEDIR); - textdomain (PACKAGE); -@@ -295,6 +299,11 @@ - gtop_properties.global.show_toolbar); - gnome_config_sync (); - } -+ -+#ifndef __alpha__ -+ fpresetsticky (FP_X_DZ|FP_X_INV); -+#endif -+ fpsetmask (FP_X_DZ|FP_X_INV); - - return 0; - } |