First public contribution.
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
23 #ifndef __WSCONTENTREADYFORCOMPOSITION_H__
24 #define __WSCONTENTREADYFORCOMPOSITION_H__
28 #include <graphics/surface.h>
29 #include <graphics/wsgraphicdrawerinterface.h>
33 MWsContentReadyForComposition is an interface used to wrap the underlying
34 compositor extension, MContentReadyForComposition, into the window server.
35 See contentreadyforcomposition.h for deatils of the API.
37 class MWsContentReadyForComposition : public MWsObjectProvider
40 DECLARE_WS_TYPE_ID(KMWsContentReadyForComposition)
43 virtual void NotifyContentReady(const TSurfaceId& aSurface, TUint64 aContentUpdate, TRequestStatus& aNotifyReady) = 0;
44 virtual void NotifyContentReadyCancel(const TSurfaceId& aSurface) = 0;
48 #endif //__WSCONTENTREADYFORCOMPOSITION_H__