earl-ducaine / cl-garnet

Old, but suprisingly complete toolkit with no dependancies on other non-lisp libraries.
Other
52 stars 9 forks source link

Fix endian issue with xpm graphics #4

Closed earl-ducaine closed 8 years ago

earl-ducaine commented 8 years ago

existing icons don't show up correctly due to endian issue.

earl-ducaine commented 8 years ago

Turns out this wasn't an endian issue but a bug in terms of determining display type (detected old HP workstation display with a black and white pixels reversed rather than a conventional color display.) resolved now.