mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Simplify the Render(screen, document) function.
This commit is contained in:
		| @@ -43,6 +43,7 @@ class Node { | ||||
|   Box box_; | ||||
| }; | ||||
|  | ||||
| void Render(Screen& screen, const Element& node); | ||||
| void Render(Screen& screen, Node* node); | ||||
|  | ||||
| }  // namespace ftxui | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni