X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;h=1b37e543cbe7917199491bf5c5f49da4ef1d52a5;hb=13efe34eae11be0d3a16522bcf63b21e754c8297;hp=ae988ca1aaccb4aac488b6e584c8ce727ec8afe2;hpb=4b52d16bc895f9d969383d7a7d6a3558c1972cc5;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 &);