malcolmstill / ulubis

A Wayland compositor written in Common Lisp
BSD 3-Clause "New" or "Revised" License
236 stars 19 forks source link

cairo-surface and a new default cursor using it #30

Closed naryl closed 7 years ago

naryl commented 7 years ago

There's another option. CEPL now loads cairo surfaces with correct pixel format but it requires a call to an internal function (CEPL has no standard pixel format with :reversed t).

naryl commented 7 years ago

With cairo we can load png into cepl without copying data or need for libraries like DevIL or sdl2-image.

naryl commented 7 years ago

resolves #29