2000-10-12 10:46:06 +00:00
|
|
|
/* This file is part of
|
|
|
|
* =================================================
|
|
|
|
*
|
|
|
|
* LyX, The Document Processor
|
|
|
|
* Copyright 1995 Matthias Ettrich.
|
2001-05-30 13:53:44 +00:00
|
|
|
* Copyright 1995-2001 The LyX Team.
|
2000-10-12 10:46:06 +00:00
|
|
|
*
|
|
|
|
* This file Copyright 2000 Baruch Even
|
|
|
|
* ================================================= */
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
#include "LyXImage.h"
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef X_DISPLAY_MISSING
|
|
|
|
#include "LyXImage_X.C"
|
|
|
|
#elif defined(DO_WINDOWS)
|
|
|
|
// Not implemented, for illustration only.
|
|
|
|
#include "LyXImage_Windows.C"
|
|
|
|
#endif
|