summaryrefslogtreecommitdiff
path: root/wayland/buffers.c
AgeCommit message (Collapse)Author
2017-03-10UnGNUify the codebaseDrew DeVault
2016-11-28Fix memory leaks in swaybarDrew DeVault
2016-09-05Add client support for HiDPIDrew DeVault
This adds HiDPI support to swaybar, swaybg, and swaylock.
2016-09-05Initial testing on hidpi clientsDrew DeVault
2015-12-15fix segfault when doesn't have a trailing '/'Nicolas Werner
2015-11-19Refactor the crap out of wayland clientsDrew DeVault
And create a background surface on every output when invoking swaybg.
2015-11-18Fix warning about uninitialized variableDrew DeVault
2015-11-18Exit if unable to allocate bufferDrew DeVault
2015-11-18Fix SIGBUS from wayland clientsDrew DeVault
2015-11-18Normalize indentationDrew DeVault
2015-11-18Clean up memory pool files betterDrew DeVault
2015-11-18Fix up wayland client implementationDrew DeVault
Now it receives frame callbacks and renders properly, and is double buffered and such.