This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/xfce4-screensaver.

commit 9939a484a7c45b65bb1d12ae005cb8346b08194b
Author: Zhang Xianwei <zhang.xianw...@zte.com.cn>
Date:   Tue Aug 14 16:47:37 2018 +0800

    Remove "monitor" pointer from debug information
    
    Signed-off-by: Zhang Xianwei <zhang.xianw...@zte.com.cn>
    Signed-off-by: Sean Davis <smd.seanda...@gmail.com>
---
 src/gs-manager.c    | 4 ++--
 src/gs-window-x11.c | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/gs-manager.c b/src/gs-manager.c
index 72e5c1f..8b59c05 100644
--- a/src/gs-manager.c
+++ b/src/gs-manager.c
@@ -1547,8 +1547,8 @@ gs_manager_create_window_for_monitor (GSManager  *manager,
        display = gdk_monitor_get_display (monitor);
        gdk_monitor_get_geometry (monitor, &rect);
 
-       gs_debug ("Creating a window for the monitor [%d,%d] (%dx%d)",
-                 monitor, rect.x, rect.y, rect.width, rect.height);
+       gs_debug ("Creating a window [%d,%d] (%dx%d)",
+                 rect.x, rect.y, rect.width, rect.height);
 
        window = gs_window_new (display, monitor, manager->priv->lock_active);
 
diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index ce473e9..e273b20 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.c
@@ -386,8 +386,7 @@ gs_window_move_resize_window (GSWindow *window,
 
        g_assert (gtk_widget_get_realized (widget));
 
-       gs_debug ("Move and/or resize window on monitor %d: x=%d y=%d w=%d 
h=%d",
-                 window->priv->monitor,
+       gs_debug ("Move and/or resize window: x=%d y=%d w=%d h=%d",
                  window->priv->geometry.x,
                  window->priv->geometry.y,
                  window->priv->geometry.width,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to