|
|
@ -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); |
|
|
|