wxX11:
authorRobert Roebling <robert@roebling.de>
Wed, 13 Feb 2002 08:38:54 +0000 (08:38 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 13 Feb 2002 08:38:54 +0000 (08:38 +0000)
commita11672a469f036436838911c268cb2f8d5da5bf8
tree904d5d28cd4995abd0b330da3a14d64f7d1fa06c
parent601964ff75f93953dd1f6e4665b9839a8eb72e44
  wxX11:
     Lots of wxBitmap et al work.
     Adapted wxIcon, wxCursor to this.
     Split wxApp init things up so that the
       X11 display is available sooner.
     Changed initial display code accordingly.
     Corrected wxDC::DrawBitmap.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
include/wx/x11/app.h
include/wx/x11/bitmap.h
include/wx/x11/cursor.h
include/wx/x11/icon.h
samples/drawing/drawing.cpp
src/gtk/app.cpp
src/gtk/bitmap.cpp
src/gtk1/app.cpp
src/gtk1/bitmap.cpp
src/x11/app.cpp
src/x11/bitmap.cpp [copied from src/gtk1/bitmap.cpp with 56% similarity]
src/x11/cursor.cpp
src/x11/dcclient.cpp
src/x11/icon.cpp
src/x11/toplevel.cpp
src/x11/utils.cpp
src/x11/window.cpp