aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-13 14:05:00 (GMT)
committerfluxgen <fluxgen>2003-05-13 14:05:00 (GMT)
commit955a8e76cfd8a99ea2ad75a22b57263b3cc63c32 (patch)
tree387ebf984b879890d7d2727eaeb6e6693d6b6f09
parentaa66c5276827bc1c0c30bed4613baf5f9c82d153 (diff)
downloadfluxbox-955a8e76cfd8a99ea2ad75a22b57263b3cc63c32.zip
fluxbox-955a8e76cfd8a99ea2ad75a22b57263b3cc63c32.tar.bz2
minor debug msg fix
-rw-r--r--src/Window.cc4
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();