- fixed a bug gcontext-font.

This commit is contained in:
frese 2002-03-17 15:49:30 +00:00
parent 26c416d441
commit 8bd6fd9c30
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
((eq? v (gc-value font))
(lambda (Xfont)
;; -> see Xlib Programming Manual 5.12
(make-font #f Xfont #f display #t)))
(make-font #f Xfont #f display #f)))
((eq? v (gc-value subwindow-mode))
integer->subwindow-mode)
((eq? v (gc-value graphics-exposures))