]> git.eshelyaron.com Git - emacs.git/commit
Fix error in mouse-set-font on GTK 3 with Harfbuzz (Bug#36288)
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:40:43 +0000 (15:40 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:40:43 +0000 (15:40 +0900)
commite2d8c1e8bcfaa107be653758ed6088fcb593d5ac
treecda1aa26000cdd78e4c0c4632efa3c437dd1c6a5
parent4a5a74a07ff783242fe2c6c76c28712ffed67a12
Fix error in mouse-set-font on GTK 3 with Harfbuzz (Bug#36288)

* src/gtkutil.c (xg_get_font) [HAVE_GTK3]: Remove type property from font
spec.  This effectively undoes the fix for Bug#3228, but gives consistent
results overall.
src/gtkutil.c