Re: [AD] Program continues running in background when CTRL-ALT-DEL used, but not when ALT-TAB used. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2006-12-28, Andrei Ellman <ae-a-alleg@xxxxxxxxxx> wrote:
> Hi,
>
> I've noticed that whenever I switch out of an Allegro app using the
> CTRL-ALT-DEL combination and then press the task-manager button, my
> allegro app continues to run in the background (the app's cpu-usage is
> 99% and when I switch back in, the app looks like it's been running
> continuously).
Does the program get the WM_ACTIVATE message in this case? (line ~259 in
src/win/wwnd.c)
Peter