summaryrefslogtreecommitdiffstats
path: root/client/screen.cpp
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-12-14 00:27:17 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-12-14 00:27:17 +0100
commit5b042031b0bdacde4d5306c860ced6372f8f4104 (patch)
tree82952adf38f0b3e6bdc5f3460d3ae444037cad9d /client/screen.cpp
parentdedaa9ac39acc2235d1839cdc5ff291c90f158be (diff)
downloadspice-5b042031b0bdacde4d5306c860ced6372f8f4104.tar.gz
spice-5b042031b0bdacde4d5306c860ced6372f8f4104.tar.xz
spice-5b042031b0bdacde4d5306c860ced6372f8f4104.zip
spelling: s/cupture/capture
Diffstat (limited to 'client/screen.cpp')
-rw-r--r--client/screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/screen.cpp b/client/screen.cpp
index 317618be..94f3bdcc 100644
--- a/client/screen.cpp
+++ b/client/screen.cpp
@@ -537,7 +537,7 @@ void RedScreen::capture_mouse()
_mouse_captured = true;
_window.hide_cursor();
reset_mouse_pos();
- _window.cupture_mouse();
+ _window.capture_mouse();
}
void RedScreen::relase_mouse()