[AD] win minimze bug (part2) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
seems that the set_gfx_mode() works.
even when app is minimized. (due to hitting WindowKey+M between
allegro_init() and set_gfx_mode() )
then a call to acquire_screen() crashes,
saying "accessing 0x00001c"
acquire screen internally calls acquire_bitmap() which is the top
of the stack list in the MSVC6 debugger when my app crashes.
it looks like the acquire_bitmaps was passed a NULL ptr.