[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2001-12-20, Richard Reeve <r.e.reeve@xxxxxxxxxx> wrote:
>
> For me this was very annoying since every allegro application caused this
> error and managed to crash my task list every time it shut. Here's a patch
> which eliminates the problem, but doesn't fix it - it just removes the
> XCloseDisplay and XDestroyWindow calls which are causing it - it seems to
> not affect the closing of the windows though (? I guess that happens when
> the application exits anyway).
Obviously not commiting this part.
> It also fixes a problem with the detection of gcc v3.0.x .
Committed, but then...
1. Eric's original patch tested for 3.00, 3.01 and 3.02.
2. Your patch tests for 3.0.0, 3.0.1, 3.0.2.
3. The Slackware 8.0 contrib CD comes with a gcc that replies 3.0.
So I changed it to support all of them.