]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
* ANNOUNCE
[lyx.git] / src / insets / InsetGraphics.h
index b65f53c9952515b60f1d053972cc007e7422c5c0..1846c4a4e62ab655494cbef343951a608d24ae3e 100644 (file)
 #ifndef INSET_GRAPHICS_H
 #define INSET_GRAPHICS_H
 
-#include <set>
 #include "Inset.h"
 #include "InsetGraphicsParams.h"
 
+#include <set>
+
 namespace lyx {
 
 class RenderGraphic;
@@ -51,6 +52,8 @@ public:
        bool setParams(InsetGraphicsParams const & params);
 
        InsetGraphicsParams getParams() const { return params_;}
+       ///
+       bool clickable(int, int) const { return true; }
 
 private:
        ///