spice/client/windows
Yonit Halperin 8d5b738ba1 spice client: creating a general process loop.
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.
2009-11-09 14:39:33 +02:00
..
atomic_count.h fresh start 2009-10-14 15:06:41 +02:00
event_sources_p.cpp spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
event_sources_p.h spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
events_loop_p.cpp fresh start 2009-10-14 15:06:41 +02:00
events_loop_p.h spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
main.cpp fresh start 2009-10-14 15:06:41 +02:00
my_getopt.cpp fresh start 2009-10-14 15:06:41 +02:00
named_pipe.cpp spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
named_pipe.h spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
pixels_source_p.h fresh start 2009-10-14 15:06:41 +02:00
pixels_source.cpp fresh start 2009-10-14 15:06:41 +02:00
platform_utils.cpp tunnel 2009-10-18 17:42:37 +02:00
platform_utils.h tunnel 2009-10-18 17:42:37 +02:00
platform.cpp spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
playback.cpp fresh start 2009-10-14 15:06:41 +02:00
playback.h fresh start 2009-10-14 15:06:41 +02:00
record.cpp fresh start 2009-10-14 15:06:41 +02:00
record.h fresh start 2009-10-14 15:06:41 +02:00
red_drawable.cpp fresh start 2009-10-14 15:06:41 +02:00
red_pixmap_cairo.cpp fresh start 2009-10-14 15:06:41 +02:00
red_pixmap_gdi.cpp fresh start 2009-10-14 15:06:41 +02:00
red_pixmap.cpp fresh start 2009-10-14 15:06:41 +02:00
red_window_p.h fresh start 2009-10-14 15:06:41 +02:00
red_window.cpp fresh start 2009-10-14 15:06:41 +02:00
redc.rc fix win client copyright string 2009-10-27 15:43:09 +02:00
redc.sln fresh start 2009-10-14 15:06:41 +02:00
redc.vcproj spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00
resource.h fresh start 2009-10-14 15:06:41 +02:00
solideice.ico fresh start 2009-10-14 15:06:41 +02:00
spicec.exe.manifest fresh start 2009-10-14 15:06:41 +02:00
splash.bmp fresh start 2009-10-14 15:06:41 +02:00
static_title.bmp fresh start 2009-10-14 15:06:41 +02:00
stdint.h fresh start 2009-10-14 15:06:41 +02:00
win_platform.h spice client: creating a general process loop. 2009-11-09 14:39:33 +02:00