diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 1c47fa7..385565a 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.173 2003/05/13 11:14:05 rathnor Exp $ | 25 | // $Id: Window.cc,v 1.174 2003/05/13 14:05:00 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -2054,7 +2054,9 @@ void FluxboxWindow::mapNotifyEvent(XMapEvent &ne) { | |||
2054 | 2054 | ||
2055 | // Auto-group from tab? | 2055 | // Auto-group from tab? |
2056 | if (!client->isTransient()) { | 2056 | if (!client->isTransient()) { |
2057 | #ifdef DEBUG | ||
2057 | cerr<<__FILE__<<"("<<__FUNCTION__<<") TODO check grouping here"<<endl; | 2058 | cerr<<__FILE__<<"("<<__FUNCTION__<<") TODO check grouping here"<<endl; |
2059 | #endif // DEBUG | ||
2058 | } | 2060 | } |
2059 | 2061 | ||
2060 | fluxbox->ungrab(); | 2062 | fluxbox->ungrab(); |