branch | RCL_3 |
changeset 8 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
--- a/src/gui/painting/qwindowsurface_qws_p.h Mon Mar 15 12:43:09 2010 +0200 +++ b/src/gui/painting/qwindowsurface_qws_p.h Thu Apr 08 14:19:33 2010 +0300 @@ -176,6 +176,8 @@ QImage image() const { return img; } QPoint painterOffset() const; + void beginPaint(const QRegion &rgn); + bool lock(int timeout = -1); void unlock();