Explorar el Código

Disabled a debugging printing

master
Patrick Jakobsen hace 7 meses
padre
commit
861e774dee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gui/gui.c

+ 1
- 1
gui/gui.c Ver fichero

@ -3670,7 +3670,7 @@ int main(void)
gui(&context, screen_rectangle);
if(0)print_node_tree(
(GUI_Node*)((GUI_Subtree*)context.background_layer.subtree_rdic.root)->rdic.root, 1);
if(1)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true);
if(0)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true);
//gui_layout_nodes(&context);
#if 1
gui_layout_and_draw(&context);

Cargando…
Cancelar
Guardar