]> git.pld-linux.org Git - packages/TeXmacs.git/commitdiff
- oh dadi oh dada C++ suxx
authorMichal Moskal <michal@moskal.me>
Sun, 2 Nov 2003 11:04:24 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TeXmacs-c++.patch -> 1.1

TeXmacs-c++.patch [new file with mode: 0644]

diff --git a/TeXmacs-c++.patch b/TeXmacs-c++.patch
new file mode 100644 (file)
index 0000000..55a5842
--- /dev/null
@@ -0,0 +1,11 @@
+--- TeXmacs-1.0.2.5-src/src/Plugins/Freetype/tt_font.cpp~      2003-10-28 11:00:51.000000000 +0100
++++ TeXmacs-1.0.2.5-src/src/Plugins/Freetype/tt_font.cpp       2003-11-02 11:20:33.000000000 +0100
+@@ -167,7 +167,7 @@
+     E->y3= dy - hh;
+     E->x4= dx + ww;
+     E->y4= dy;
+-    T[i]= E;
++    T[i][0] = E[0];
+   }
+   bmm= new bitmap_metric_rep (res_name, T, 0, 255);
+   bmf= new bitmap_font_rep   (res_name, B, 0, 255);
This page took 0.065203 seconds and 4 git commands to generate.