]> git.lyx.org Git - lyx.git/blob - src/OutputEnums.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / OutputEnums.h
1 // -*- C++ -*-
2 /**
3  * \file src/OutputEnums.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Richard Kimberly Heck
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef OUTPUTENUMS_H
13 #define OUTPUTENUMS_H
14
15 namespace lyx {
16
17 enum UpdateType {
18         InternalUpdate,
19         OutputUpdate
20 };
21
22 }
23
24 #endif // OUTPUTENUMS_H