summaryrefslogtreecommitdiffstats
path: root/client/cursor_channel.cpp
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2009-10-20 11:18:56 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-03 17:18:37 +0200
commit219105794bd42dfd36e303ca73f1a546903e1846 (patch)
tree686b1959b0fd4576da324713290d7d913bf3b90f /client/cursor_channel.cpp
parent78f8d4b9e8fdb09055c04e82e30b6a0290795339 (diff)
downloadspice-219105794bd42dfd36e303ca73f1a546903e1846.tar.gz
spice-219105794bd42dfd36e303ca73f1a546903e1846.tar.xz
spice-219105794bd42dfd36e303ca73f1a546903e1846.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.cpp2
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()