summary refs log tree commit diff
path: root/bin/gfx (follow)
Commit message (Collapse)AuthorAge
* Clean up bin/gfx/x11.cJune McEnroe2018-02-09
| | | | | Only behavior that should have changed is avoiding reallocating the pixmap unless the width or height is larger.
* Move gfx interface to header fileJune McEnroe2018-02-09
| | | | | .o files should technically depend on this, but I don't think it will matter much.
* Move gfx frontends around to simplify buildJune McEnroe2018-02-09
I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible.