Moved m_visual* wxApp[X11] members used by wxBitmap and
authorMattia Barbon <mbarbon@cpan.org>
Mon, 7 Apr 2003 17:15:11 +0000 (17:15 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 7 Apr 2003 17:15:11 +0000 (17:15 +0000)
commit9ce8d6a2b0fec3ce3f6e838445fdea3445d2ce8d
tree078731235386cf0126efaaab4ea497b33107a827
parent13fc3db40e66fba5d2a24e2c4e5b959d9f5fabce
  Moved m_visual* wxApp[X11] members used by wxBitmap and
wxColour into a new wxXVisualInfo structure, and moved code
to initialize it to a new src/x11/utilsx.cpp file (utility
functions shared by wxMotif and wxX11).
  Added (currently unused) code in wxMotif to
retrieve wxXVisualInfo; it will be used when wxMotif
is switched to bitmap.cpp from wxX11.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/tmake/filelist.txt
include/wx/motif/app.h
include/wx/x11/app.h
include/wx/x11/privx.h
src/motif/app.cpp
src/motif/files.lst
src/x11/app.cpp
src/x11/bitmap.cpp
src/x11/colour.cpp
src/x11/files.lst
src/x11/utilsx.cpp [new file with mode: 0644]