[Xfce4-commits] r23294 - xfwm4/trunk/src

Olivier Fourdan olivier at xfce.org
Thu Oct 5 21:28:57 UTC 2006


Author: olivier
Date: 2006-10-05 21:28:56 +0000 (Thu, 05 Oct 2006)
New Revision: 23294

Modified:
   xfwm4/trunk/src/compositor.c
Log:
Trivial trace message

Modified: xfwm4/trunk/src/compositor.c
===================================================================
--- xfwm4/trunk/src/compositor.c	2006-10-05 21:26:38 UTC (rev 23293)
+++ xfwm4/trunk/src/compositor.c	2006-10-05 21:28:56 UTC (rev 23294)
@@ -1753,7 +1753,7 @@
     if (!WIN_IS_REDIRECTED(cw))
     {
         screen_info->overlays++;
-        TRACE ("Mapped window 0x%lx, overlays increased to %i", cw->id, screen_info->overlays);
+        TRACE ("Mapping unredirected window 0x%lx, overlays increased to %i", cw->id, screen_info->overlays);
         return;
     }
     if (!screen_info->params->unredirect_overlays)



More information about the Xfce4-commits mailing list