summaryrefslogtreecommitdiffstats
path: root/server/display-channel.c
Commit message (Collapse)AuthorAgeFilesLines
* worker: move red_destroy_surface_item()Marc-André Lureau2015-11-101-0/+36
| | | | Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* worker: move stream to display channelMarc-André Lureau2015-11-101-0/+44
| | | | Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* syntax-check: Add missing #include <config.h>Pavel Grunt2015-11-091-0/+4
|
* worker: move some compress stats to displayMarc-André Lureau2015-11-061-0/+100
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* worker: move MonitorsConfig to display channelMarc-André Lureau2015-11-051-0/+40
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* Move monitors_config to displayMarc-André Lureau2015-11-041-0/+45
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* server: move display_channel_client_create() to dcc_new()Marc-André Lureau2015-11-021-0/+38
Move function from server/red_worker.c to new server/display-channel.c. Acked-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>