]> git.saurik.com Git - wxWidgets.git/commit
Fixed Refresh to clip update rectangles to the visible area of a
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 9 Jun 2003 18:27:31 +0000 (18:27 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 9 Jun 2003 18:27:31 +0000 (18:27 +0000)
commit75625d796cb7ea32ecb2c0526159180cb2352680
tree5f8b7de16e3a7a611b7538d7192382d3cbabce30
parent542e68c71931c7a83b75a0f1db4558f5c8fdb570
Fixed Refresh to clip update rectangles to the visible area of a
        (scrolled) window. If there are many invisible/partly visible
        rectangles in the update region GTK+-1.2.10 starts complaining
        about bad match errors and soon crashes.
Change corresponds to changes on WX_2_4_BRANCH from 1.408.2.21 to 1.408.2.24.

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