Ignore:
Timestamp:
Feb 6, 2006, 10:43:39 PM (20 years ago)
Author:
dmik
Message:

Implemented QRegion(..., QRegion::Eclipse) and QRegion(QPointArray &,...) constructors.
Improved Qt<->GPI region coordinates translation (it's now implicit), QRegion::handle() takes a height of the target devise as an argument (defaults to 0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qpainter.h

    r8 r61  
    410410    uint        pixmapBrush : 1;
    411411    int         devh;
    412     QRegion     repaintRgn;
     412    QRegion     def_crgn;
     413    QRegion     cur_crgn;
    413414#elif defined(Q_WS_X11)
    414415    friend class QFontEngineXLFD;
Note: See TracChangeset for help on using the changeset viewer.