diff -r 01a6848ebfd7 -r 36b2e23a8629 graphicsdeviceinterface/screendriver/sgeneric/scdraw.h --- a/graphicsdeviceinterface/screendriver/sgeneric/scdraw.h Fri Apr 16 16:21:04 2010 +0300 +++ b/graphicsdeviceinterface/screendriver/sgeneric/scdraw.h Mon May 03 13:44:32 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -61,10 +61,13 @@ inline TInt ScreenNumber() const { return iSurface.iInternal[TSurfaceId::TScreenSurfaceUsage::EScreenField]; } void Update(); + void Update(TRequestStatus& aStatus); + void Update(const TRegion& aRegion); void UpdateRegion(const TRect& aRect); void ResetUpdateRegion(); void NotifyWhenAvailable(TRequestStatus& aStatus); + void CancelUpdateNotification(); void GetSurface(TSurfaceId& aSid) const ; TUint DeviceOrientationsAvailable(const TSize& aScreenSize) const ;