- Fixed building with libdumb on Linux.

SVN r997 (trunk)
This commit is contained in:
Randy Heit 2008-05-30 01:02:35 +00:00
commit ee1039f04e
6 changed files with 18 additions and 12 deletions

View file

@ -1070,7 +1070,7 @@ void DSBarInfo::doCommands(SBarInfoBlock &block, int xOffset, int yOffset, int a
DTA_DestHeight, cmd.special2,
DTA_Bottom320x200, Scaled,
DTA_Alpha, alpha,
DTA_AlphaChannel, true,
DTA_AlphaChannel, 0,// true,
DTA_FillColor, 0,
TAG_DONE);
break;