summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ag
blob: 63fcc31136f9988ac8e3997592874def3bb2132b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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;