From e1a7bd5faddd6c70cb5ca719bd6230ff117d542d Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 19 Oct 1998 14:42:14 +0000 Subject: Add a patch from maintainer. PR: ports/8273 Submitted by: maintainer --- sysutils/gnome-system-monitor/files/patch-ad | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 sysutils/gnome-system-monitor/files/patch-ad (limited to 'sysutils/gnome-system-monitor') diff --git a/sysutils/gnome-system-monitor/files/patch-ad b/sysutils/gnome-system-monitor/files/patch-ad new file mode 100644 index 000000000000..dae8865cf55e --- /dev/null +++ b/sysutils/gnome-system-monitor/files/patch-ad @@ -0,0 +1,40 @@ +--- main.c.orig Sun Sep 27 22:47:58 1998 ++++ main.c Wed Oct 14 02:36:27 1998 +@@ -2,7 +2,7 @@ + + /* + * gtop - gnome system monitor + * Copyright (C) 1997,98 Radek Doulík + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by +@@ -31,6 +31,8 @@ + + #include + ++#include ++ + GtkWidget *window; + GtkWidget *notebook; + GtkNotebookPage *offPage; +@@ -273,8 +275,11 @@ + int + main (int argc, char *argv[]) + { ++ + GnomeClient *client; + ++ fpsetmask(fpgetmask() & ~(FP_X_DZ|FP_X_INV)); ++ + argp_program_version = VERSION; + + bindtextdomain (PACKAGE, GNOMELOCALEDIR); +@@ -363,5 +368,8 @@ + /* enter gtk main */ + gtk_main (); + ++ fpresetsticky(FP_X_DZ|FP_X_INV); ++ fpsetmask(FP_X_DZ|FP_X_INV); ++ + return 0; + } -- cgit v1.2.3