Main change is that we now close X11 display on program exit: as this couldn't
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Oct 2006 14:39:53 +0000 (14:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Oct 2006 14:39:53 +0000 (14:39 +0000)
commitb886fae6484edbb3a2fdbe8be74b3a840e9c84ee
treeec7e7967a5cec952378cbcdfbc065365c995aaf6
parent36751d973eca2dd1c04ab3ac0c9d11d93077bf11
Main change is that we now close X11 display on program exit: as this couldn't
be done in wxApp dtor (too early), a special module had to be created for it
and module dependencies added for the other modules which have to be cleaned
up while the display is still open.

Also a few minor formatting changes and removed a couple of unused variables
from wxApp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/x11/app.h
src/unix/utilsx11.cpp
src/x11/app.cpp
src/x11/dcclient.cpp
src/x11/utils.cpp
src/x11/window.cpp