diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2009-10-20 11:18:56 +0200 |
---|---|---|
committer | Yaniv Kamay <ykamay@redhat.com> | 2009-11-09 17:30:49 +0200 |
commit | 49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962 (patch) | |
tree | eee0f14f61e2c7209576570de63e1927461b516c /client/cursor_channel.cpp | |
parent | 8d5b738ba169c44d223ab6d99ec12e763ce5bc8e (diff) | |
download | spice-49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962.tar.gz spice-49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962.tar.xz spice-49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962.zip |
spice client: Transfer all channels run loop from EventsLoop class to ProcessLoop class
Diffstat (limited to 'client/cursor_channel.cpp')
-rw-r--r-- | client/cursor_channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cursor_channel.cpp b/client/cursor_channel.cpp index d5a64b2b..fd8761a6 100644 --- a/client/cursor_channel.cpp +++ b/client/cursor_channel.cpp @@ -524,7 +524,7 @@ CursorChannel::CursorChannel(RedClient& client, uint32_t id) sizeof(RedInvalOne)); handler->set_handler(RED_CURSOR_INVAL_ALL, &CursorChannel::handle_inval_all, 0); - get_events_loop().add_trigger(_cursor_trigger); + get_process_loop().add_trigger(_cursor_trigger); } CursorChannel::~CursorChannel() |