aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-runtime/files
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-09-19 00:31:54 +0800
committerlofi <lofi@FreeBSD.org>2006-09-19 00:31:54 +0800
commit96a6ba018038eb5fefbff64a80f7d92c19cae9c5 (patch)
tree3ae410780235ed738488812df0c3eb239e9d1570 /x11/kde4-runtime/files
parent6ee96102b8c831f4ca0c8693a41d9c204d67c2fd (diff)
downloadfreebsd-ports-gnome-96a6ba018038eb5fefbff64a80f7d92c19cae9c5.tar.gz
freebsd-ports-gnome-96a6ba018038eb5fefbff64a80f7d92c19cae9c5.tar.zst
freebsd-ports-gnome-96a6ba018038eb5fefbff64a80f7d92c19cae9c5.zip
Fix bold/intensive fonts in konsole.
Submitted by: moose@opera.com
Diffstat (limited to 'x11/kde4-runtime/files')
-rw-r--r--x11/kde4-runtime/files/patch-konsole_konsole-TECommon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kde4-runtime/files/patch-konsole_konsole-TECommon.h b/x11/kde4-runtime/files/patch-konsole_konsole-TECommon.h
new file mode 100644
index 000000000000..a3d83a525c02
--- /dev/null
+++ b/x11/kde4-runtime/files/patch-konsole_konsole-TECommon.h
@@ -0,0 +1,13 @@
+--- konsole/konsole/TECommon.h.orig Mon Sep 18 03:31:12 2006
++++ konsole/konsole/TECommon.h Mon Sep 18 03:31:31 2006
+@@ -219,8 +219,8 @@
+
+ inline bool ca::isBold(const ColorEntry* base) const
+ {
+- return (b.t == CO_DFT) && base[b.u+0+(b.v?BASE_COLORS:0)].bold
+- || (b.t == CO_SYS) && base[b.u+2+(b.v?BASE_COLORS:0)].bold;
++ return (f.t == CO_DFT) && base[f.u+0+(f.v?BASE_COLORS:0)].bold
++ || (f.t == CO_SYS) && base[f.u+2+(f.v?BASE_COLORS:0)].bold;
+ }
+
+ #endif // TECOMMON_H