]> git.lyx.org Git - lyx.git/blob - src/frontends/support/LyXImage.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / frontends / support / LyXImage.C
1 // -*- C++ -*-
2 /* This file is part of
3  * =================================================
4  * 
5  *          LyX, The Document Processor
6  *          Copyright 1995 Matthias Ettrich.
7  *          Copyright 1995-2000 The LyX Team.
8  *
9  *          This file Copyright 2000 Baruch Even
10  * ================================================= */
11
12 #include <config.h>
13 #include "LyXImage.h"
14
15
16 #ifndef X_DISPLAY_MISSING
17         #include "LyXImage_X.C"
18 #elif defined(DO_WINDOWS)
19         // Not implemented, for illustration only.
20         #include "LyXImage_Windows.C"
21 #endif