diff -r fb3763350a08 -r 4d54b72983ae idlehomescreen/widgetmanager/inc/wmmaincontainer.h --- a/idlehomescreen/widgetmanager/inc/wmmaincontainer.h Fri Jan 22 09:35:14 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmmaincontainer.h Tue Jan 26 11:48:23 2010 +0200 @@ -86,11 +86,6 @@ public: // new functions /** - * @return reference to WmPlugin - */ - CWmPlugin& WmPlugin(); - - /** * @return true, if portal button is currently selected */ TBool PortalSelected(); @@ -336,26 +331,19 @@ * portal button * (if there is only one button, this is it) */ - CWmPortalButton* iPortalButtonOne; + CWmPortalButton* iPortalButtonOne; /** * portal button * (if there is only one button, this is NULL) */ - CWmPortalButton* iPortalButtonTwo; + CWmPortalButton* iPortalButtonTwo; - /** GUI layout modes */ - enum TWmLayout - { - EPortrait, - ELandscape, - ELandscapeMirrored - }; + /** whether we are orientated in landscape */ + TBool iLandscape; - /** - * current widget manager container layout - */ - TWmLayout iLayout; + /** whether we have mirrored layout */ + TBool iMirrored; /** focus modes */ enum TWmFocusMode