diff options
author | rathnor <rathnor> | 2003-09-21 13:24:27 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-21 13:24:27 (GMT) |
commit | 752ece13223afcbec37b61fe0401c7514dd318be (patch) | |
tree | cf30c16c30f14c31cdde999f81ad549861253ebb /src/WinClient.cc | |
parent | 4d83785792954c42f080ce8e975a404a38bf1c66 (diff) | |
download | fluxbox-752ece13223afcbec37b61fe0401c7514dd318be.zip fluxbox-752ece13223afcbec37b61fe0401c7514dd318be.tar.bz2 |
silliness :-/
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index cb75166..1c7b249 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.cc,v 1.25 2003/09/21 12:49:47 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.26 2003/09/21 13:24:27 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -55,7 +55,6 @@ WinClient::WinClient(Window win, BScreen &screen, FluxboxWindow *fbwin):FbTk::Fb | |||
55 | m_modal(0), | 55 | m_modal(0), |
56 | send_focus_message(false), | 56 | send_focus_message(false), |
57 | send_close_message(false), | 57 | send_close_message(false), |
58 | closable(true), | ||
59 | m_win_gravity(0), | 58 | m_win_gravity(0), |
60 | m_title(""), m_icon_title(""), | 59 | m_title(""), m_icon_title(""), |
61 | m_class_name(""), m_instance_name(""), | 60 | m_class_name(""), m_instance_name(""), |