* Zajcev Evgeny <zevlg@xxxxxxxxx> writes:
> Steve Youngs <steve@xxxxxxxx> writes:
>> What stupidity have I done here?
> This is not your stupidity. Looks like problem in xlib to fix it do -
> in file xlib-2.2/lisp/xlib-xpm.el change:
> (make-color-instance (if (string= "none" (downcase (cadr pco)))
> "white"
> (cadr pco)))))
> to
> (make-color-instance (if (string= "none" (downcase (cadr pco)))
> "white"
> (cadr pco)) (default-x-device)))))
> If this will fix the problem and then you will provide merge request
> with patch it will be extremely appreciated :)
Looks like you beat me to it. It works in...
"lg@xxxxxxxxxxxxxx/xlib--main--2.2--patch-7"
Thanks, Evgeny!
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|---------------------------------------<steve@xxxxxxxx>---|
pgpIlzhQDqmFE.pgp
Description: PGP signature
|