aboutsummaryrefslogtreecommitdiff
path: root/shm.h
Commit message (Collapse)AuthorAgeFilesLines
* shm: don’t cache buffersDaniel Eklöf2020-10-061-1/+0
| | | | | | | | wbg typically only renders a buffer once. If we *do* need to re-render, it’s because something changed: the scaling factor, or a new monitor came online etc. Thus, there’s no point in caching buffers; it just uses up memory.
* Initial commitDaniel Eklöf2020-08-011-0/+25
Can display a single PNG image scaled-to-fit on all outputs.