X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;h=1b37e543cbe7917199491bf5c5f49da4ef1d52a5;hb=6e5db3e5ba48b5e68efd38360a20ce127cd23578;hp=ae988ca1aaccb4aac488b6e584c8ce727ec8afe2;hpb=2b3940dd34611a6f669278de9a5146b6e85f6119;p=libs%2Fgltk.git diff --git a/source/systemkeyboardinput.h b/source/systemkeyboardinput.h index ae988ca..1b37e54 100644 --- a/source/systemkeyboardinput.h +++ b/source/systemkeyboardinput.h @@ -11,6 +11,7 @@ class SystemKeyboardInput: public InputMethod, public sigc::trackable { private: Input::Keyboard &keyboard; + unsigned modifier_state; public: SystemKeyboardInput(Root &, Input::Keyboard &);