[maemo-commits] [maemo-commits] r17270 - projects/haf/trunk/libmatchbox2/matchbox/core
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jan 23 15:00:23 EET 2009
- Previous message: [maemo-commits] r17269 - in projects/haf/trunk/libmatchbox2: . debian matchbox/client-types
- Next message: [maemo-commits] r17271 - projects/haf/trunk/pango1.0/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala
Date: 2009-01-23 15:00:22 +0200 (Fri, 23 Jan 2009)
New Revision: 17270
Modified:
projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c
Log:
disable window stack debug
Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c 2009-01-23 12:30:42 UTC (rev 17269)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-stack.c 2009-01-23 13:00:22 UTC (rev 17270)
@@ -37,8 +37,6 @@
void
mb_wm_stack_dump (MBWindowManager *wm)
{
-//#if (MBWM_WANT_DEBUG)
-#if 1
MBWindowManagerClient *client;
MBWMStackLayerType stacking_layer;
@@ -72,7 +70,6 @@
}
g_warning ("======================\n\n");
-#endif
}
void
@@ -129,7 +126,9 @@
}
}
+ /* ENABLE ME WHEN YOU NEED ME
mb_wm_stack_dump (wm);
+ */
}
void
- Previous message: [maemo-commits] r17269 - in projects/haf/trunk/libmatchbox2: . debian matchbox/client-types
- Next message: [maemo-commits] r17271 - projects/haf/trunk/pango1.0/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
