]> git.lyx.org Git - lyx.git/blob - src/frontends/support/LyXImage.C
More preference work from Angus
[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 #ifdef __GNUG__
13 #pragma implementation
14 #endif
15
16 #include <config.h>
17 #include "LyXImage.h"
18
19
20 #ifndef X_DISPLAY_MISSING
21         #include "LyXImage_X.C"
22 #elif defined(DO_WINDOWS)
23         // Not implemented, for illustration only.
24         #include "LyXImage_Windows.C"
25 #endif