- fixed a bug gcontext-font.
This commit is contained in:
parent
26c416d441
commit
8bd6fd9c30
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue