diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 6c93adbdf..54de27824 100644 --- a/src/client.h +++ b/src/client.h @@ -273,6 +273,12 @@ public: static bool isTmw(); + static void applyGrabMode(); + + void applyGamma(); + + void applyVSync(); + void optionChanged(const std::string &name); void action(const gcn::ActionEvent &event); |