X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView_pimpl.h;h=7de82ef77a28ec79bf60678615ac05aa270f95bc;hb=797d87b4513088a66b17c7ac653b84e36ea80458;hp=4358e20197396ac012b83a2343ebbfd79b25605d;hpb=612a097878de07556b76f7445a5564320987ff97;p=features.git diff --git a/src/BufferView_pimpl.h b/src/BufferView_pimpl.h index 4358e20197..7de82ef77a 100644 --- a/src/BufferView_pimpl.h +++ b/src/BufferView_pimpl.h @@ -20,7 +20,9 @@ class LyXScreen; using SigC::Object; #endif +/// struct BufferView::Pimpl : public Object { + /// Pimpl(BufferView * i, LyXView * o, int xpos, int ypos, int width, int height); /// @@ -41,7 +43,7 @@ struct BufferView::Pimpl : public Object { int resizeCurrentBuffer(); /// void update(); - /// + // void update(BufferView::UpdateCodes); /// void gotoError(); @@ -54,7 +56,8 @@ struct BufferView::Pimpl : public Object { /// void scrollCB(double value); /// - Inset * checkInsetHit(LyXText *, int & x, int & y, unsigned int button); + Inset * checkInsetHit(LyXText *, int & x, int & y, + unsigned int button); /// int scrollUp(long time); /// @@ -142,6 +145,7 @@ struct BufferView::Pimpl : public Object { /// void stuffClipboard(string const &) const; private: + /// bool using_xterm_cursor; }; #endif