File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -810,7 +810,6 @@ const xdg_surface_listener = struct {
810810 const wl = & core_window .native .? .wayland ;
811811
812812 if (! wl .configured ) {
813- std .log .debug ("not configure\n " , .{});
814813 wl .configured = true ;
815814 core_ptr .windows .setValue (window_id , core_window );
816815 // core_window = core_ptr.windows.getValue(window_id);
@@ -819,9 +818,7 @@ const xdg_surface_listener = struct {
819818
820819 setContentAreaOpaque (wl , Core.Size { .width = core_window .width , .height = core_window .height });
821820
822- std .log .debug ("configure\n " , .{});
823821 if (core_window .framebuffer_width != core_window .width or core_window .framebuffer_height != core_window .height ) {
824- std .log .debug ("recreating\n " , .{});
825822 core_window .framebuffer_width = core_window .width ;
826823 core_window .framebuffer_height = core_window .height ;
827824
You can’t perform that action at this time.
0 commit comments