summaryrefslogtreecommitdiffstats
path: root/server/tree.h
Commit message (Collapse)AuthorAgeFilesLines
* Move some tree item functions to tree.[ch]Jonathon Jongsma2015-11-171-0/+5
| | | | | | | | | | | Also rename some functions slightly: __find_shadow -> tree_item_find_shadow() __contained_by -> tree_item_contained_by() ring_of -> tree_item_container_items(); Acked-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* worker: move some tree container functionsMarc-André Lureau2015-11-121-0/+2
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* worker: Move is_opaque_item() to tree.hJonathon Jongsma2015-11-111-0/+6
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* worker: move shadow_new() and container_new()Marc-André Lureau2015-11-061-0/+9
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* worker: minor simplificationMarc-André Lureau2015-11-051-0/+1
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* worker: Move some dpi code to display channelMarc-André Lureau2015-11-041-34/+0
| | | | | | | | This commit moves some DrawablePipeItem declarations to display-channel.h, though the function implementations remain in red_worker.c until they can be disentangled some more. Acked-by: Frediano Ziglio <fziglio@redhat.com>
* server: move bitmap related to spice-bitmap-utilsMarc-André Lureau2015-11-031-8/+1
| | | | | | | Also remove some unused function parameters from bitmap_get_graduality_level() Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* tree: move that to a separate unitMarc-André Lureau2015-11-021-0/+111
Acked-by: Frediano Ziglio <fziglio@redhat.com>