]> git.lyx.org Git - lyx.git/commit
Extracted from r14281
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 8 Jul 2006 20:24:32 +0000 (20:24 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 8 Jul 2006 20:24:32 +0000 (20:24 +0000)
commit28c5673ff4c72f10dbff6f3b2b2d6abff2d7b15d
tree008a2bc8353a767990b358def795d2db264d7558
parentca55190481dc9bf5814480423d7326d0349fd41c
Extracted from r14281

* frontends/LyXView:
- redrawWorkArea(): new temporary method called from within
  BufferView::pimpl::update() that calls WorkArea::redraw()
  in order to do the actual screen redrawing.
* frontends/WorkArea:
- the redraw() method now check if the the attached bufferView
  needs a screen redraw().
* BufferView:
- needsRedraw(): new method for WorkArea::redraw()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14381 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/BufferView.h
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/WorkArea.C
src/frontends/WorkArea.h