]> git.lyx.org Git - lyx.git/blob - src/frontends/support/LyXImage.C
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / support / LyXImage.C
1 /* This file is part of
2  * =================================================
3  * 
4  *          LyX, The Document Processor
5  *          Copyright 1995 Matthias Ettrich.
6  *          Copyright 1995-2001 The LyX Team.
7  *
8  *          This file Copyright 2000 Baruch Even
9  * ================================================= */
10
11 #include <config.h>
12 #include "LyXImage.h"
13
14
15 #ifndef X_DISPLAY_MISSING
16         #include "LyXImage_X.C"
17 #elif defined(DO_WINDOWS)
18         // Not implemented, for illustration only.
19         #include "LyXImage_Windows.C"
20 #endif