]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / LyXView.h
index 623eb53be027524d2ad41badcee31f6c4f2ea251..c43dc7118638b69930cad6f8c0a786a2dfa73ef7 100644 (file)
@@ -142,6 +142,9 @@ public:
         */
        Buffer const * const updateInset(InsetBase const *) const;
 
+       // returns true if this view has the focus.
+       virtual bool hasFocus() const = 0;
+
 protected:
        /// view of a buffer. Eventually there will be several.
        boost::shared_ptr<BufferView> bufferview_;