summaryrefslogtreecommitdiffstats
path: root/server/red-worker.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of global 'reds' within RedWorkerJonathon Jongsma2015-02-231-0/+1
| | | | | Get the server variable from the RedDispatcher instead of using the global variable
* CommonChannel -> CommonWorkerChannelJonathon Jongsma2015-02-231-22/+22
| | | | | | | Rename this struct to make it clear that it's only the base class for worker channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonWorkerChannelClient.
* Rename red_*_qxl.[ch] to red-*-qxl.[ch]Jonathon Jongsma2015-02-231-1/+1
|
* Rename red_worker.[ch] to red-worker.[ch]Jonathon Jongsma2015-02-231-0/+129