X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fmouse_state.h;h=3906e9768449e3a99eca6fc5101d5e1bcdecf168;hb=2f1d525ee1d41bc20adbfe766a9c5d90469aa4b2;hp=be5dedea29bffd54632e53c0c9799ce89ec3b3a3;hpb=1eb8155fa0d2253d9504a8d660cb3d666c1224f6;p=lyx.git diff --git a/src/frontends/mouse_state.h b/src/frontends/mouse_state.h index be5dedea29..3906e97684 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. @@ -6,9 +7,9 @@ * GUII representation of mouse presses and * mouse button states * - * \author John Levon + * \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 @@ -30,7 +31,7 @@ inline void operator|=(state & s1, state s2) { s1 = static_cast(s1 | s2); } - + } // namespace mouse_button #endif // MOUSE_STATE_H