Signed-off-by: Jean-Christophe DUBOIS <j...@tribudubois.net>
---
 wm/default/default.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/wm/default/default.c b/wm/default/default.c
index ee4a97d..9a3ccd1 100644
--- a/wm/default/default.c
+++ b/wm/default/default.c
@@ -3493,6 +3493,11 @@ defaultwm_surface_reaction( const void *msg_data,
      StackData                     *data         = ctx;
      WMData                        *wmdata;
 
+     (void)notification;
+     (void)data;
+     (void)wmdata;
+     (void)i;
+
      D_DEBUG_AT( WM_Default, "%s( %p, %p )\n", __FUNCTION__, msg_data, ctx );
 
      wmdata = dfb_wm_get_data();
@@ -3500,6 +3505,7 @@ defaultwm_surface_reaction( const void *msg_data,
 
      D_ASSERT( ctx != NULL );
 
+#if 0
      if (0){//notification->flags & CSNF_DISPLAY) {
           D_DEBUG_AT( WM_Default, "  -> DISPLAY [%d]\n", notification->index );
 
@@ -3566,6 +3572,7 @@ defaultwm_surface_reaction( const void *msg_data,
 
           fusion_skirmish_dismiss( &wmdata->update_skirmish );
      }
+#endif
 
      return RS_OK;
 }
-- 
1.9.1

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to