forked from AuroraMiddleware/gtk
wayland: Remove some fprintf debug messages
This commit is contained in:
parent
6d20bcb848
commit
cfb9c840e5
@ -532,8 +532,6 @@ update_modifiers(GdkWaylandDevice *device, struct wl_array *keys)
|
|||||||
device->modifiers = 0;
|
device->modifiers = 0;
|
||||||
for (k = keys->data; k < end; k++)
|
for (k = keys->data; k < end; k++)
|
||||||
device->modifiers |= xkb->map->modmap[*k];
|
device->modifiers |= xkb->map->modmap[*k];
|
||||||
|
|
||||||
fprintf (stderr, "modifiers: 0x%x\n", device->modifiers);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -546,8 +544,6 @@ input_handle_keyboard_focus(void *data,
|
|||||||
GdkWaylandDevice *device = data;
|
GdkWaylandDevice *device = data;
|
||||||
GdkEvent *event;
|
GdkEvent *event;
|
||||||
|
|
||||||
fprintf (stderr, "keyboard focus surface %p\n", surface);
|
|
||||||
|
|
||||||
device->time = time;
|
device->time = time;
|
||||||
if (device->keyboard_focus)
|
if (device->keyboard_focus)
|
||||||
{
|
{
|
||||||
|
@ -236,8 +236,6 @@ _gdk_wayland_display_create_window_impl (GdkDisplay *display,
|
|||||||
window->impl = GDK_WINDOW_IMPL (impl);
|
window->impl = GDK_WINDOW_IMPL (impl);
|
||||||
impl->wrapper = GDK_WINDOW (window);
|
impl->wrapper = GDK_WINDOW (window);
|
||||||
|
|
||||||
printf("impl_new for window %p: %p\n", window, impl);
|
|
||||||
|
|
||||||
if (window->width > 65535 ||
|
if (window->width > 65535 ||
|
||||||
window->height > 65535)
|
window->height > 65535)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user