summaryrefslogtreecommitdiffstats
path: root/client/display_channel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* spice: client: gl: fix glx support.Izik Eidus2010-01-031-2/+14
| | | | | | | Just move around touch_context and untouch_context to be at the right places. Signed-off-by: Izik Eidus <ieidus@redhat.com>
* spice client: remove timer interface from platform - use Application (via ↵Yonit Halperin2010-01-031-76/+34
| | | | ProcessLoop interface).
* spice client: Transfer all channels run loop from EventsLoop class to ↵Yonit Halperin2010-01-031-4/+4
| | | | ProcessLoop class
* spice client: creating a general process loop.Yonit Halperin2010-01-031-7/+8
| | | | | | | | | | | The process loop is responsible for: 1) waiting for events 2) timers 3) events queue for actions that should be performed in the context of the thread and are pushed from other threads. The benefits: 1) remove duplicity: till now, there was one implementaion of events loop for the channels and another one for the main thread. 2) timers can be executed on each thread and not only on the main thread. 3) events can be pushed to each thread and not only to the main thread. In this commit, only the main thread was modified to use the new process loop.
* fix build on DebianYaniv Kamay2009-10-271-4/+1
|
* spice: move create and destroy of the canvas to new placeIzik Eidus2009-10-251-3/+2
| | | | | | work around for xlib threaded bugs Signed-off-by: Izik Eidus <ieidus@redhat.com>
* fresh startYaniv Kamay2009-10-141-0/+1483