diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-21 23:58:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-21 23:58:54 +0300 |
commit | 826ead0896ab8d47ec032627e39874c859260736 (patch) | |
tree | cbf9272934382f287fe3acbe51ad80bcb97ec405 /src/client.h | |
parent | df1e9664e176377cb8f9501d1b828ee42cd8e8f8 (diff) | |
download | plus-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.h | 2 |
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); |