wxX11:
authorRobert Roebling <robert@roebling.de>
Mon, 11 Feb 2002 20:41:24 +0000 (20:41 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 11 Feb 2002 20:41:24 +0000 (20:41 +0000)
commit3cd0b8c5b5a320bba065c4da306be3687d144157
tree21b34d3f4ce6e7116f304a839f22d8aaf0cf03f3
parentd8356fa39a09db0db96fd0396936baabfd31a8b5
  wxX11:
    Updated wxColour for handling Colormaps and ref couting.
    Updated wxClientDC et al. for conforming to wxGTK. Many
      tricky parts, particularly the bitmap drawing and
      blitting is still missing.
    Any sample crashes now for some reason with an X error.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/defs.h
include/wx/x11/colour.h
include/wx/x11/dc.h
include/wx/x11/dcclient.h
include/wx/x11/dcmemory.h
include/wx/x11/dcscreen.h
include/wx/x11/window.h
src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp
src/x11/bitmap.cpp
src/x11/colour.cpp
src/x11/dc.cpp
src/x11/dcclient.cpp [copied from src/gtk/dcclient.cpp with 52% similarity]
src/x11/dcmemory.cpp
src/x11/dcscreen.cpp
src/x11/window.cpp