X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;h=ae988ca1aaccb4aac488b6e584c8ce727ec8afe2;hb=HEAD;hp=1b37e543cbe7917199491bf5c5f49da4ef1d52a5;hpb=6e5db3e5ba48b5e68efd38360a20ce127cd23578;p=libs%2Fgltk.git diff --git a/source/systemkeyboardinput.h b/source/systemkeyboardinput.h index 1b37e54..9e4b362 100644 --- a/source/systemkeyboardinput.h +++ b/source/systemkeyboardinput.h @@ -3,15 +3,16 @@ #include #include "inputmethod.h" +#include "mspgltk_api.h" namespace Msp { namespace GLtk { -class SystemKeyboardInput: public InputMethod, public sigc::trackable +class MSPGLTK_API SystemKeyboardInput: public InputMethod, public sigc::trackable { private: Input::Keyboard &keyboard; - unsigned modifier_state; + unsigned modifier_state = 0; public: SystemKeyboardInput(Root &, Input::Keyboard &);