summaryrefslogtreecommitdiff
path: root/wayland/client.c
AgeCommit message (Collapse)Author
2015-11-18Basic support for extensions in server and clientsDrew DeVault
2015-11-18Support cursors over wayland clientsDrew DeVault
Apparently wayland has fucking client-side cursors, too
2015-11-18Generate protocol headersDrew DeVault
2015-11-18Support resizing in wayland client implementationDrew DeVault
2015-11-18Fix up wayland client implementationDrew DeVault
Now it receives frame callbacks and renders properly, and is double buffered and such.
2015-11-13Clean up some things better in wayland clientsDrew DeVault
2015-11-12We don't need to implement strdupDrew DeVault
After defining _GNU_SOURCE
2015-11-12Further refinement of wayland client supportDrew DeVault
2015-11-12Start fleshing out wayland client implementationDrew DeVault
This introduces a basic shared framework for making wayland clients within sway itself.