It's janky but visually successful! I've fixed / implemented the COPY-FROM-PIXMAP family of CLIM protocols for my wayland-ffi backend.
I'm now successfully rendering to a FBO texture using the backend itself via WITH-OUTPUT-TO-PIXMAP and then blitting it to the main native EGL buffer. COPY-*-PIXMAP operations are specified to be pixel blitting ops even though most app developers might want to stick to normal texture rendering.
Now to make it more right





