[maemo-commits] [maemo-commits] r17270 - projects/haf/trunk/libmatchbox2/matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jan 23 15:00:23 EET 2009
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


More information about the maemo-commits mailing list