[gtk+/gdk-backend-wayland] wayland: Remove some fprintf debug messages



commit cfb9c840e5f218909e6964fa0376e5c80d5aca09
Author: Kristian Høgsberg <krh bitplanet net>
Date:   Thu Feb 10 22:21:48 2011 -0500

    wayland: Remove some fprintf debug messages

 gdk/wayland/gdkdevice-wayland.c |    4 ----
 gdk/wayland/gdkwindow-wayland.c |    2 --
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gdk/wayland/gdkdevice-wayland.c b/gdk/wayland/gdkdevice-wayland.c
index 6727616..252bcef 100644
--- a/gdk/wayland/gdkdevice-wayland.c
+++ b/gdk/wayland/gdkdevice-wayland.c
@@ -532,8 +532,6 @@ update_modifiers(GdkWaylandDevice *device, struct wl_array *keys)
   device->modifiers = 0;
   for (k = keys->data; k < end; k++)
     device->modifiers |= xkb->map->modmap[*k];
-
-  fprintf (stderr, "modifiers: 0x%x\n", device->modifiers);
 }
 
 static void
@@ -546,8 +544,6 @@ input_handle_keyboard_focus(void *data,
   GdkWaylandDevice *device = data;
   GdkEvent *event;
 
-  fprintf (stderr, "keyboard focus surface %p\n", surface);
-
   device->time = time;
   if (device->keyboard_focus)
     {
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
index b5ddb65..6b36ab7 100644
--- a/gdk/wayland/gdkwindow-wayland.c
+++ b/gdk/wayland/gdkwindow-wayland.c
@@ -236,8 +236,6 @@ _gdk_wayland_display_create_window_impl (GdkDisplay    *display,
   window->impl = GDK_WINDOW_IMPL (impl);
   impl->wrapper = GDK_WINDOW (window);
 
-  printf("impl_new for window %p: %p\n", window, impl);
-
   if (window->width > 65535 ||
       window->height > 65535)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]