summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'editors/TeXmacs/patches/patch-ag')
-rw-r--r--editors/TeXmacs/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/TeXmacs/patches/patch-ag b/editors/TeXmacs/patches/patch-ag
deleted file mode 100644
index 63fcc31136f..00000000000
--- a/editors/TeXmacs/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2004/06/27 01:08:44 recht Exp $
-
---- src/Edit/Editor/edit_main.cpp.orig 2004-05-17 12:56:19.000000000 +0200
-+++ src/Edit/Editor/edit_main.cpp 2004-06-26 23:19:12.000000000 +0200
-@@ -197,7 +197,7 @@
- string col_name= env->get_string (BG_COLOR);
- dev->set_background (dis->get_color (col_name));
- if (col_name != "white")
-- dev->clear (0, -h, w, 0);
-+ dev->clear (0, (int) -h, (int) w, 0);
-
- rectangles rs;
- the_box[0]->sx(i)= 0;