mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
mir: disable some debug output
This commit is contained in:
parent
4f19be1c82
commit
8e0abb4bac
@ -505,6 +505,7 @@ gdk_mir_window_impl_move_resize (GdkWindow *window,
|
|||||||
gint width,
|
gint width,
|
||||||
gint height)
|
gint height)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
g_printerr ("gdk_mir_window_impl_move_resize");
|
g_printerr ("gdk_mir_window_impl_move_resize");
|
||||||
g_printerr (" window=%p", window);
|
g_printerr (" window=%p", window);
|
||||||
if (with_move)
|
if (with_move)
|
||||||
@ -512,6 +513,7 @@ gdk_mir_window_impl_move_resize (GdkWindow *window,
|
|||||||
if (width > 0)
|
if (width > 0)
|
||||||
g_printerr (" size=%dx%dpx", width, height);
|
g_printerr (" size=%dx%dpx", width, height);
|
||||||
g_printerr ("\n");
|
g_printerr ("\n");
|
||||||
|
*/
|
||||||
GdkMirWindowImpl *impl = GDK_MIR_WINDOW_IMPL (window->impl);
|
GdkMirWindowImpl *impl = GDK_MIR_WINDOW_IMPL (window->impl);
|
||||||
|
|
||||||
/* Redraw parent where we moved from */
|
/* 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_x,
|
||||||
gint offset_y)
|
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
|
static void
|
||||||
@ -862,7 +864,7 @@ static void
|
|||||||
gdk_mir_window_impl_set_title (GdkWindow *window,
|
gdk_mir_window_impl_set_title (GdkWindow *window,
|
||||||
const gchar *title)
|
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
|
static void
|
||||||
@ -1288,7 +1290,7 @@ gdk_mir_window_impl_set_shadow_width (GdkWindow *window,
|
|||||||
gint top,
|
gint top,
|
||||||
gint bottom)
|
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
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user