aboutsummaryrefslogtreecommitdiff
path: root/backend/rdp
AgeCommit message (Collapse)Author
2019-04-23output: refactor backend APISimon Ser
This updates the backend part of the output API. This is mostly renaming: make_current becomes attach_render and swap_buffers becomes commit. This also fixes the RDP backend to support NULL damage.
2019-04-08Add FreeRDP backend for remote desktop supportDrew DeVault