Change-Id: Ic7e96d0ad5917628290143ddb4c6a13f5fdf019a
: mEcoreEventHandler(),
mEcoreWindow( 0 ),
mOwnSurface( false ),
+ mIsTransparent( false ), // Should only be set to true once we actually create a transparent window regardless of what isTransparent is.
mRotationAppSet( false )
{
Initialize( positionSize, surface, isTransparent );
{
// create 32 bit window
mEcoreWindow = ecore_x_window_argb_new( 0, positionSize.x, positionSize.y, positionSize.width, positionSize.height );
+ mIsTransparent = true;
}
else
{