sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
116 stars 46 forks source link

Bug in xlib:text-extents emits function undefined error #115

Closed earl-ducaine closed 5 years ago

earl-ducaine commented 6 years ago

The CLX function xlib:text-extents, is emitting the error the function xlib::font-local-only-p is undefined. in some cases. The following lines list the location in the function:

    (let (w a d l r)
      (if (or (font-char-infos-internal font) (font-local-only-p font))
          ;; Calculate text extents locally
          (progn
        (multiple-value-setq (w a d l r)
          (text-extents-local font wbuf 0 buf-end nil))
dkochmanski commented 5 years ago

master has been reset