mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: standardized all examples to have a base window size of 1280x800.
This commit is contained in:
parent
22a6a83c54
commit
e044d99710
17 changed files with 17 additions and 17 deletions
|
|
@ -28,7 +28,7 @@ int main(int, char**)
|
|||
al_install_mouse();
|
||||
al_init_primitives_addon();
|
||||
al_set_new_display_flags(ALLEGRO_RESIZABLE);
|
||||
ALLEGRO_DISPLAY* display = al_create_display(1280, 720);
|
||||
ALLEGRO_DISPLAY* display = al_create_display(1280, 800);
|
||||
al_set_window_title(display, "Dear ImGui Allegro 5 example");
|
||||
ALLEGRO_EVENT_QUEUE* queue = al_create_event_queue();
|
||||
al_register_event_source(queue, al_get_display_event_source(display));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue