sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

How to load image onto a window as background #183

Closed C-Entropy closed 1 year ago

C-Entropy commented 3 years ago

Is there something like XSetWindowBackgroundPixmap in C?

JMC-design commented 3 years ago

should be (setf (xlib:window-background window) pixmap)

dkochmanski commented 1 year ago

indeed, that's it. closing as non-issue.