]> git.lyx.org Git - lyx.git/blob - src/support/AppleSupport.h
Correct comment
[lyx.git] / src / support / AppleSupport.h
1 // -*- C++ -*-
2 /**
3  * \file AppleSupport.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Stephan Witt
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef LYX_SUPPORT_APPLESUPPORT_H
13 #define LYX_SUPPORT_APPLESUPPORT_H
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18         void appleCleanupEditMenu();
19         void appleCleanupViewMenu();
20
21         // query the system preferences for users tabbing preference
22         bool appleUserTabbingPreferenceAlways();
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif