]> git.saurik.com Git - wxWidgets.git/commit
Now updating and clearing are done in a delayed fashion.
authorRobert Roebling <robert@roebling.de>
Mon, 4 Feb 2002 14:05:28 +0000 (14:05 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 4 Feb 2002 14:05:28 +0000 (14:05 +0000)
commit3bcc8d15815a0c3d8c515083561e296cac242bf0
tree33f8bb24a7e7cbbc19480acebfb69267d40e2fa3
parent3133cb9f53e68e69f9b9e7c06f07ccd285aba98b
  Now updating and clearing are done in a delayed fashion.
    The m_updateRegion gets updated and the (often much
    smaller) m_clearRegion gets cleared. This removes the
    flicker introduced by having delayed updates and
    immediate clearings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/window.h
include/wx/gtk1/window.h
src/gtk/window.cpp
src/gtk1/window.cpp