summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-21 23:58:54 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-21 23:58:54 +0300
commit826ead0896ab8d47ec032627e39874c859260736 (patch)
treecbf9272934382f287fe3acbe51ad80bcb97ec405 /src/client.h
parentdf1e9664e176377cb8f9501d1b828ee42cd8e8f8 (diff)
downloadplus-826ead0896ab8d47ec032627e39874c859260736.tar.gz
plus-826ead0896ab8d47ec032627e39874c859260736.tar.bz2
plus-826ead0896ab8d47ec032627e39874c859260736.tar.xz
plus-826ead0896ab8d47ec032627e39874c859260736.zip
Add vsync option.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 922b24caf..54de27824 100644
--- a/src/client.h
+++ b/src/client.h
@@ -277,6 +277,8 @@ public:
void applyGamma();
+ void applyVSync();
+
void optionChanged(const std::string &name);
void action(const gcn::ActionEvent &event);