Lines Matching refs:WLR_DEBUG

428 	wlr_log(WLR_DEBUG, "XCB_ATOM_WM_CLASS: %s %s",  in read_surface_class()
452 wlr_log(WLR_DEBUG, "XCB_ATOM_WM_WINDOW_ROLE: %s", in read_surface_role()
481 wlr_log(WLR_DEBUG, "XCB_ATOM_WM_NAME: %s", xsurface->title ? xsurface->title : "(null)"); in read_surface_title()
527 wlr_log(WLR_DEBUG, "XCB_ATOM_WM_TRANSIENT_FOR: %p", xsurface->parent); in read_surface_parent()
540 wlr_log(WLR_DEBUG, "NET_WM_PID %d", xsurface->pid); in read_surface_pid()
563 wlr_log(WLR_DEBUG, "NET_WM_WINDOW_TYPE (%zu)", atoms_len); in read_surface_window_type()
586 wlr_log(WLR_DEBUG, "WM_PROTOCOLS (%zu)", atoms_len); in read_surface_protocols()
616 wlr_log(WLR_DEBUG, "WM_HINTS (%" PRIu32 ")", reply->value_len); in read_surface_hints()
668 wlr_log(WLR_DEBUG, "WM_NORMAL_HINTS (%" PRIu32 ")", reply->value_len); in read_surface_normal_hints()
712 wlr_log(WLR_DEBUG, "MOTIF_WM_HINTS (%" PRIu32 ")", reply->value_len); in read_surface_motif_hints()
785 wlr_log(WLR_DEBUG, "unhandled X11 property %" PRIu32 " (%s) for window %" PRIu32, in read_surface_property()
893 wlr_log(WLR_DEBUG, "XCB_CREATE_NOTIFY (%u)", ev->window); in xwm_handle_create_notify()
912 wlr_log(WLR_DEBUG, "XCB_DESTROY_NOTIFY (%u)", ev->window); in xwm_handle_destroy_notify()
945 wlr_log(WLR_DEBUG, "XCB_CONFIGURE_REQUEST (%u) [%ux%u+%d,%d]", ev->window, in xwm_handle_configure_request()
1001 wlr_log(WLR_DEBUG, "XCB_MAP_REQUEST (%u)", ev->window); in xwm_handle_map_request()
1020 wlr_log(WLR_DEBUG, "XCB_MAP_NOTIFY (%u)", ev->window); in xwm_handle_map_notify()
1034 wlr_log(WLR_DEBUG, "XCB_UNMAP_NOTIFY (%u)", ev->window); in xwm_handle_unmap_notify()
1046 wlr_log(WLR_DEBUG, "XCB_PROPERTY_NOTIFY (%u)", ev->window); in xwm_handle_property_notify()
1059 wlr_log(WLR_DEBUG, in xwm_handle_surface_id_message()
1230 wlr_log(WLR_DEBUG, "Unhandled NET_WM_STATE property change " in xwm_handle_net_wm_state_message()
1290 wlr_log(WLR_DEBUG, "unhandled WM_PROTOCOLS client message %" PRIu32 " (%s)", in xwm_handle_wm_protocols_message()
1320 wlr_log(WLR_DEBUG, "unhandled wm_change_state event %u", detail); in xwm_handle_wm_change_state_message()
1333 wlr_log(WLR_DEBUG, "XCB_CLIENT_MESSAGE (%u)", ev->window); in xwm_handle_client_message()
1349 wlr_log(WLR_DEBUG, "unhandled x11 client message %" PRIu32 " (%s)", ev->type, in xwm_handle_client_message()
1402 wlr_log(WLR_DEBUG, "xcb error happened, but could not get major name"); in xwm_handle_xcb_error()
1415 wlr_log(WLR_DEBUG, "xcb error happened, but could not get error name"); in xwm_handle_xcb_error()
1441 wlr_log(WLR_DEBUG, "no name for unhandled event: %u", in xwm_handle_unhandled_event()
1446 wlr_log(WLR_DEBUG, "unhandled X11 event: %s (%u)", event_name, ev->response_type); in xwm_handle_unhandled_event()
1448 wlr_log(WLR_DEBUG, "unhandled X11 event: %u", ev->response_type); in xwm_handle_unhandled_event()
1537 wlr_log(WLR_DEBUG, "New xwayland surface: %p", surface); in handle_compositor_new_surface()
1685 wlr_log(WLR_DEBUG, "xfixes not available"); in xwm_get_resources()
1698 wlr_log(WLR_DEBUG, "xfixes version: %" PRIu32 ".%" PRIu32, in xwm_get_resources()
1774 wlr_log(WLR_DEBUG, "No 32 bit visualtype\n"); in xwm_get_visual_and_colormap()
1809 wlr_log(WLR_DEBUG, "No 32 bit render format"); in xwm_get_render_format()