Beginning to make wxDC code compile both before
authorRobert Roebling <robert@roebling.de>
Tue, 8 May 2007 23:47:43 +0000 (23:47 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 8 May 2007 23:47:43 +0000 (23:47 +0000)
commit2970ae54d3ac3989cd47180229bc7d6cc0f65f51
tree193951a7add0d08bcba1fd8c9bbebd8828ef3c83
parent4263bab00e05dfe9af724d9b5695826976aec08c
  Beginning to make wxDC code compile both before
    and after the DC reorg to make the transition
    smoother (indeed possible).
  Move the wxImplDC code to its future place in
    dcbase.cpp and wx/dc.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
include/wx/gtk/dc.h
include/wx/gtk/dcclient.h
src/common/dcbase.cpp
src/gtk/dc.cpp
src/gtk/dcclient.cpp