aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/App.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-22 15:09:21 (GMT)
committersimonb <simonb>2006-05-22 15:09:21 (GMT)
commit4afe5499b20ca321f2ead44e46b14f9df2db5339 (patch)
tree9f3b9f20a14ef3cdbc8483ba5ae7db8940aa69a3 /src/FbTk/App.cc
parentd508292a578f0bee4e96b232bf7d8f5180a07296 (diff)
downloadfluxbox-4afe5499b20ca321f2ead44e46b14f9df2db5339.zip
fluxbox-4afe5499b20ca321f2ead44e46b14f9df2db5339.tar.bz2
fix parentrelative background, and some tidying
Diffstat (limited to 'src/FbTk/App.cc')
-rw-r--r--src/FbTk/App.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbTk/App.cc b/src/FbTk/App.cc
index 0b773c4..d60f95b 100644
--- a/src/FbTk/App.cc
+++ b/src/FbTk/App.cc
@@ -59,8 +59,7 @@ App::~App() {
59 59
60 Font::shutdown(); 60 Font::shutdown();
61 Image::shutdown(); 61 Image::shutdown();
62 FbStringUtil::shutdown(); 62
63
64 XCloseDisplay(m_display); 63 XCloseDisplay(m_display);
65 m_display = 0; 64 m_display = 0;
66 } 65 }