mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
$NetBSD: patch-ap,v 1.1 2007/03/18 20:59:36 markd Exp $
|
|
|
|
Asian font selection issues fix from Dirk Mueller
|
|
|
|
--- src/kernel/qfontdatabase.cpp.orig 2007-02-03 03:01:13.000000000 +1300
|
|
+++ src/kernel/qfontdatabase.cpp
|
|
@@ -554,7 +554,7 @@ static const unsigned short sample_chars
|
|
// GeometricSymbols,
|
|
{ 0x2500, 0x0 },
|
|
// MiscellaneousSymbols,
|
|
- { 0x2640, 0x0 },
|
|
+ { 0x2640, 0x2714, 0x0 },
|
|
// EnclosedAndSquare,
|
|
{ 0x2460, 0x0 },
|
|
// Braille,
|