fixed Readme
This commit is contained in:
parent
799d21b52c
commit
6cb111e82c
@ -364,7 +364,7 @@ struct gui_font font = {...}
|
|||||||
struct gui_input input = {0};
|
struct gui_input input = {0};
|
||||||
struct your_window win;
|
struct your_window win;
|
||||||
gui_default_config(&config);
|
gui_default_config(&config);
|
||||||
gui_hook_init(&win.hook, 50, 50, 300, 200, 0, &config, &font);
|
gui_panel_hook_init(&win.hook, 50, 50, 300, 200, 0, &config, &font);
|
||||||
|
|
||||||
struct gui_stack stack;
|
struct gui_stack stack;
|
||||||
gui_stack_clear(&stack);
|
gui_stack_clear(&stack);
|
||||||
|
Loading…
Reference in New Issue
Block a user