diff options
author | markt <markt> | 2007-02-06 19:04:32 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-06 19:04:32 (GMT) |
commit | 07ea9ec4b4a2c1252c64dc34438c4bdeb5e3331b (patch) | |
tree | 70a13ec7275abf62999528295623ab2ddaee4d71 /src/WindowCmd.cc | |
parent | ebd2fa9a99846381f3ef61f8b186f2c7373c419b (diff) | |
download | fluxbox_pavel-07ea9ec4b4a2c1252c64dc34438c4bdeb5e3331b.zip fluxbox_pavel-07ea9ec4b4a2c1252c64dc34438c4bdeb5e3331b.tar.bz2 |
closing a window from the workspace menu should close the chosen client,
rather than the active tab in the same window
Diffstat (limited to 'src/WindowCmd.cc')
-rw-r--r-- | src/WindowCmd.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WindowCmd.cc b/src/WindowCmd.cc index 7a9c8f0..231e1a4 100644 --- a/src/WindowCmd.cc +++ b/src/WindowCmd.cc | |||
@@ -24,3 +24,4 @@ | |||
24 | #include "WindowCmd.hh" | 24 | #include "WindowCmd.hh" |
25 | 25 | ||
26 | FluxboxWindow *WindowCmd_base::s_win = 0; | 26 | FluxboxWindow *WindowCmd_base::s_win = 0; |
27 | WinClient *WindowCmd_base::s_client = 0; | ||