aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-14 05:52:39 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-14 05:52:39 (GMT)
commite169d33552c8e7070aa6e13da0187f2013b4cfc3 (patch)
treeae9e92c7e885791c7f47645184070cbcd441ab94 /src/WinClient.cc
parentc82e7c0080f8a5c14dcf95ec92dc42f59ea9dd8b (diff)
parent91ca3bc5c8e2b892a9a81b18246f72aba7deebfd (diff)
downloadfluxbox_pavel-e169d33552c8e7070aa6e13da0187f2013b4cfc3.zip
fluxbox_pavel-e169d33552c8e7070aa6e13da0187f2013b4cfc3.tar.bz2
Merge branch 'master' into to_push
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 0295481..a7e689f 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -83,6 +83,7 @@ WinClient::WinClient(Window win, BScreen &screen, FluxboxWindow *fbwin):
83 send_close_message(false), 83 send_close_message(false),
84 m_win_gravity(0), 84 m_win_gravity(0),
85 m_title_override(false), 85 m_title_override(false),
86 m_icon_override(false),
86 m_window_type(Focusable::TYPE_NORMAL), 87 m_window_type(Focusable::TYPE_NORMAL),
87 m_mwm_hint(0), 88 m_mwm_hint(0),
88 m_strut(0) { 89 m_strut(0) {