[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
OK , first things first! Is there an explanation of how Allegro's
initialization is supposed to work?
al_init() calls allegro_init, which does an old-style* init via
_system_driver_list, and then calls _al_init, which does a new-style
init via _al_register_system_interfaces and findsystem
What should be done in each part? Has the option to do SYSTEM_NONE for
non-gui apps gone now?
Pete
* i.e. like Allegro 4.2 does it.