Changeset 651 for trunk/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 471 471 472 472 QDirectFBPixmapData *data = new QDirectFBPixmapData(screen, QPixmapData::PixmapType); 473 473 474 DFBSurfaceBlittingFlags flags = DSBLIT_NOFX; 474 475 data->alpha = alpha; … … 552 553 } 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 554 583 void QDirectFBPixmapData::invalidate() 555 584 { … … 568 597 569 598 #endif // QT_NO_QWS_DIRECTFB 570 571 572
Note:
See TracChangeset
for help on using the changeset viewer.
