summaryrefslogtreecommitdiffstats
path: root/server/display-channel.c
Commit message (Collapse)AuthorAgeFilesLines
* Move dcc_push_stream_agent_clip() to display channelJonathon Jongsma2015-11-131-0/+15
| | | | rename to dcc_add_stream_agent_clip()
* worker: fix compiling with COMPRESS_STAT enabledFrediano Ziglio2015-11-121-10/+10
| | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* 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>