Re: Tooltips font fix



Shun-ichi TAHARA (田原 俊一) writes:
|I know. But in lisp/sawfish/wm/ext/tooltips.jl:
|
|      (display-message (if (functionp text) (text) text)
|                      `((position . ,pos)
|                        (background . ,tooltips-background-color)
|                        (foreground . ,tooltips-foreground-color)
|                        (x-justify . left)
|                        (spacing . 2)
|                        ,@(and tooltips-font tooltips-font)))
|
|The problem is the part " ,@(and tooltips-font tooltips-font) ".
|I think it does not work.
|
|It must be " ,(and tooltips-font (cons 'font tooltips-font)) ", I
|suppose.

yes, you're right, I'll change this

	John




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]