X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fmouse_state.h;h=fa310d08f002e9bcb295c0a494414ed83566ff83;hb=d80053cda86767a3c29c231fbb75800492ad5ff2;hp=fa83f546ec4f2ec6b3060c10ee9feedc33e520aa;hpb=13349032cb4dc8ef44146aa652ff6bbff6698249;p=lyx.git diff --git a/src/frontends/mouse_state.h b/src/frontends/mouse_state.h index fa83f546ec..fa310d08f0 100644 --- a/src/frontends/mouse_state.h +++ b/src/frontends/mouse_state.h @@ -1,3 +1,4 @@ +// -*- C++ -*- /** * \file mouse_state.h * This file is part of LyX, the document processor. @@ -8,12 +9,14 @@ * * \author John Levon * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef MOUSE_STATE_H #define MOUSE_STATE_H +namespace lyx { + /// used both for presses and held during motion namespace mouse_button { @@ -33,4 +36,7 @@ inline void operator|=(state & s1, state s2) } // namespace mouse_button + +} // namespace lyx + #endif // MOUSE_STATE_H