summaryrefslogtreecommitdiffstats
path: root/client/inputs_channel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* spice: on toggle_full_screen, generate on_key_down if shift is still pressedArnon Gilboa2010-01-031-2/+2
|
* spice client: creating a general process loop.Yonit Halperin2010-01-031-5/+5
| | | | | | | | | | | 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.
* fresh startYaniv Kamay2009-10-141-0/+360