[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, Jan 19, 2003 at 03:52:04PM +0200, Colin Alston wrote:
> Ok so, I think Allegro seems a bit shaky in XP compiling with
> mingw 2.95 (gcc -mwindows) in the windowed modes programs every
> now and then tend to hang and suck up all the CPU resources.
You forgot to say your Allegro version.
> Also, why does allegro 'grab' the whole CPU? even with
> yeild_timeslice();
Because there's no other process needing cpu usage, so it's given
back to Allegro immediately.