Used wxRegion code from wxX11.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 24 May 2003 19:41:05 +0000 (19:41 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 24 May 2003 19:41:05 +0000 (19:41 +0000)
commit148b44a1e7d050307bba3f10fd4520aa514e196f
treee9d7d268054444e32a3c0b8e3474e04f58782a2b
parent69108ccb4e8de4279ffa0fdd4e23ea3666f84e92
  Used wxRegion code from wxX11.
  Removed update rect list from wxWindow
(not necessary anymore).
  Simplified and corrected clipping region handling
in wxWindowDC. Stopped wxWindowDC::DoBlit from
destroying the clipping region.
  Simplified wxPaintDC code.
Added wxWindow::DoCreateScrollBar helper function.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/tmake/filelist.txt
include/wx/motif/dcclient.h
include/wx/motif/window.h
include/wx/region.h
src/motif/dcclient.cpp
src/motif/files.lst
src/motif/region.cpp [deleted file]
src/motif/window.cpp