[gtk+/wip/mir2: 295/310] mir: disable some debug output
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/mir2: 295/310] mir: disable some debug output
- Date: Thu, 5 Feb 2015 16:23:26 +0000 (UTC)
commit cd27a3bca676495349e08e4228a57e1061cbf7c0
Author: William Hua <william attente ca>
Date: Wed Dec 3 16:48:58 2014 -0500
mir: disable some debug output
gdk/mir/gdkmirwindowimpl.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gdk/mir/gdkmirwindowimpl.c b/gdk/mir/gdkmirwindowimpl.c
index d62a24a..dac989c 100644
--- a/gdk/mir/gdkmirwindowimpl.c
+++ b/gdk/mir/gdkmirwindowimpl.c
@@ -505,6 +505,7 @@ gdk_mir_window_impl_move_resize (GdkWindow *window,
gint width,
gint height)
{
+ /*
g_printerr ("gdk_mir_window_impl_move_resize");
g_printerr (" window=%p", window);
if (with_move)
@@ -512,6 +513,7 @@ gdk_mir_window_impl_move_resize (GdkWindow *window,
if (width > 0)
g_printerr (" size=%dx%dpx", width, height);
g_printerr ("\n");
+ */
GdkMirWindowImpl *impl = GDK_MIR_WINDOW_IMPL (window->impl);
/* Redraw parent where we moved from */
@@ -711,7 +713,7 @@ gdk_mir_window_impl_input_shape_combine_region (GdkWindow *window,
gint offset_x,
gint offset_y)
{
- g_printerr ("gdk_mir_window_impl_input_shape_combine_region window=%p\n", window);
+ // g_printerr ("gdk_mir_window_impl_input_shape_combine_region window=%p\n", window);
}
static void
@@ -862,7 +864,7 @@ static void
gdk_mir_window_impl_set_title (GdkWindow *window,
const gchar *title)
{
- g_printerr ("gdk_mir_window_impl_set_title window=%p\n", window);
+ // g_printerr ("gdk_mir_window_impl_set_title window=%p\n", window);
}
static void
@@ -1288,7 +1290,7 @@ gdk_mir_window_impl_set_shadow_width (GdkWindow *window,
gint top,
gint bottom)
{
- g_printerr ("gdk_mir_window_impl_set_shadow_width window=%p\n", window);
+ // g_printerr ("gdk_mir_window_impl_set_shadow_width window=%p\n", window);
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]