summaryrefslogtreecommitdiffstats
path: root/client/screen.h
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2011-12-22 11:19:14 +0200
committerUri Lublin <uril@redhat.com>2011-12-22 11:44:53 +0200
commit8b797180eef47af9997e7658a0d0e30baa42d2aa (patch)
treef7800dccaabbcb092cd39bb89472774528f6d7db /client/screen.h
parenta3a3b34a46f57ce86da444532e1db292638a74cd (diff)
downloadspice-8b797180eef47af9997e7658a0d0e30baa42d2aa.tar.gz
spice-8b797180eef47af9997e7658a0d0e30baa42d2aa.tar.xz
spice-8b797180eef47af9997e7658a0d0e30baa42d2aa.zip
client: screen: fix typo _forec_update_timer
sed -i 's/_forec_update_timer/_force_update_timer/' screen.cpp screen.h
Diffstat (limited to 'client/screen.h')
-rw-r--r--client/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/screen.h b/client/screen.h
index 6c470ca1..19efffb8 100644
--- a/client/screen.h
+++ b/client/screen.h
@@ -179,7 +179,7 @@ private:
bool _update_by_timer;
bool _size_locked;
bool _menu_needs_update;
- int _forec_update_timer;
+ int _force_update_timer;
AutoRef<UpdateTimer> _update_timer;
RedDrawable* _composit_area;
uint64_t _update_mark;