Eric Botcazou - 2002-04-12

Logged In: YES
user_id=113920

You're probably using the DirectX windowed driver in color
conversion mode, for which Allegro automatically converts
between color formats in the background.

Allegro uses as much as possible a direct updating method
in this situation, which bypasses the normal windowing
system and consequently doesn't play nice with all the GUI
niceties. I already added an option to disable this feature
for the 4.1.x series, but the performance hit is
significant (roughly 50%).