|
|
@ -3,7 +3,7 @@
|
|
|
|
// -------------------
|
|
|
|
// -------------------
|
|
|
|
// Baghira window decoration for KDE
|
|
|
|
// Baghira window decoration for KDE
|
|
|
|
// -------------------
|
|
|
|
// -------------------
|
|
|
|
// Copyright (c) 2004, 2005 Thomas Lübking
|
|
|
|
// Copyright (c) 2004, 2005 Thomas L<EFBFBD>bking
|
|
|
|
// Please see the header file for copyright and license information.
|
|
|
|
// Please see the header file for copyright and license information.
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
@ -836,10 +836,10 @@ static bool blend( const TQImage & upper, const TQImage & lower, TQImage & outpu
|
|
|
|
|
|
|
|
|
|
|
|
output = lower.copy();
|
|
|
|
output = lower.copy();
|
|
|
|
|
|
|
|
|
|
|
|
register uchar *i, *o;
|
|
|
|
uchar *i, *o;
|
|
|
|
register int a;
|
|
|
|
int a;
|
|
|
|
register int col;
|
|
|
|
int col;
|
|
|
|
register int w = upper.width();
|
|
|
|
int w = upper.width();
|
|
|
|
int row(upper.height() - 1);
|
|
|
|
int row(upper.height() - 1);
|
|
|
|
|
|
|
|
|
|
|
|
do
|
|
|
|
do
|
|
|
|