X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=e86ccfbc9ffc6922b0f89ed9301a1dbc74b2ba4d;hb=1fa0fb5c67656cacbe3cfe6e8b08dd98cada1f73;hp=94ad888744aabb5d31e9223036debd1c8cfac272;hpb=a040c0bc6f017d0591bbc7ad1aa590589dbc40ff;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index 94ad888744..e86ccfbc9f 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,9 +1,19 @@ // -*- C++ -*- +/** + * \file tex-accent.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Lars Gullik Bjønnes + * \author Matthias Ettrich + * + * Full author contact details are available in file CREDITS. + */ -#ifndef _TEX_ACCENT_ -#define _TEX_ACCENT_ +#ifndef TEX_ACCENT +#define TEX_ACCENT -#include "commandtags.h" +#include "lfuns.h" /* the names used by TeX and XWindows for deadkeys/accents are not the same so here follows a table to clearify the differences. Please correct this @@ -84,16 +94,18 @@ struct tex_accent_struct { /// tex_accent accent; /// - char const *cmd; + char const * cmd; +#if 0 /// - char const *native; + char const * native; +#endif /// - char const *name; + char const * name; /// kb_action action; }; /// extern tex_accent_struct lyx_accent_table[]; - + #endif