]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsImage.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / xformsImage.h
index ac922bd2e5e96e7ebdea7468b9652f516527ffa3..069556a1bce637c81e085533f7d2535624e89fe4 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  *  \file xformsImage.h
- *  Copyright 2002 the LyX Team
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming, a.leeming@ic.ac.uk
+ *  \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 /* An instantiation of Image that makes use of the xforms lirary routines
 
 #include "graphics/GraphicsImage.h"
 
+#include <X11/X.h>
+
 struct flimage_;
 typedef flimage_ FL_IMAGE;
-
 namespace grfx {
 
 class xformsImage : public Image
@@ -49,6 +53,8 @@ public:
        /// Get the image height
        unsigned int getHeight() const;
 
+       virtual bool isDrawable() const;
        /** Load the image file into memory.
         *  The process is asynchronous, so this method starts the loading.
         *  When finished, the Image::finishedLoading signal is emitted.