diff options
author | Timothy Pearson <[email protected]> | 2012-07-28 15:51:58 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-07-28 15:51:58 -0500 |
commit | fe7969ef886d7287fa959929ddd33fbad8407884 (patch) | |
tree | 589aacc109d27561a5188bb46bce27c78bad8f5b /tools/qvfb | |
parent | dba8a853b65e5707e48450e5085e0ff0513b4203 (diff) | |
download | tqt3-fe7969ef886d7287fa959929ddd33fbad8407884.tar.gz tqt3-fe7969ef886d7287fa959929ddd33fbad8407884.zip |
Automated update from Qt3
Diffstat (limited to 'tools/qvfb')
-rw-r--r-- | tools/qvfb/qanimationwriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qvfb/qanimationwriter.cpp b/tools/qvfb/qanimationwriter.cpp index 9ae1e8690..d3305e6bf 100644 --- a/tools/qvfb/qanimationwriter.cpp +++ b/tools/qvfb/qanimationwriter.cpp @@ -392,7 +392,7 @@ void TQAnimationWriter::appendFrame(const TQImage& frm, const TQPoint& offset) tqDebug("%d,%d %d,%d",minx,miny,offset.x(),offset.y()); d->composeImage(diff,TQPoint(minx,miny)+offset); } - if ( prev.isNull() || prev.size() == frame.size() && offset == TQPoint(0,0) ) { + if ( prev.isNull() || ( prev.size() == frame.size() && offset == TQPoint(0,0) ) ) { prev = frame; } else { bitBlt(&prev,offset.x(),offset.y(),&frame,0,0,frame.width(),frame.height()); |