diff options
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 ba6fde480..922b24caf 100644 --- a/src/client.h +++ b/src/client.h @@ -275,6 +275,8 @@ public: static void applyGrabMode(); + void applyGamma(); + void optionChanged(const std::string &name); void action(const gcn::ActionEvent &event); |