summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-06-25 13:09:17 +0200
committerJan Holesovsky <kendy@suse.cz>2012-06-25 18:09:12 +0200
commitece807345296d4ab77aa7178e29efa8ac26836a0 (patch)
tree22fc2adaa86517b941c2a84836665bf104d988d7 /vcl/inc
parentf2eef8314c97c068b2b0cdbf565997836528f85d (diff)
Revert "aero: Implement a glass menubar on Windows."
This reverts commit 64c696fc92a860fdbbe490ca503391b964dd646f.
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/salframe.hxx6
-rw-r--r--vcl/inc/svdata.hxx1
-rw-r--r--vcl/inc/win/salframe.h6
3 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index 6af1a2841961..cd3f3b977575 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -279,12 +279,6 @@ public:
// (e.g. input methods, printer update handlers).
long CallCallback( sal_uInt16 nEvent, const void* pEvent ) const
{ return m_pProc ? m_pProc( m_pWindow, const_cast<SalFrame*>(this), nEvent, pEvent ) : 0; }
-
- /// Update the region that is supposed to be handled by the window manager
- ///
- /// This is primarily for Windows Aero theme in order to be able to draw
- /// to the Glass area.
- virtual void extendWindowManagerFrameNative( int /*nLeft*/, int /*nRight*/, int /*nTop*/, int /*nBottom*/ ) {}
};
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index e96979a07900..4f74c97e6899 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -305,7 +305,6 @@ struct ImplSVNWFData
bool mbToolboxDropDownSeparate:1; // two adjacent buttons for
// toolbox dropdown buttons
bool mbFlatMenu:1; // no popup 3D border
- bool mbTransparentMenubar:1; //< keep the background of the menubar transparent; needed for the Aero theme
bool mbOpenMenuOnF10:1; // on gnome the first menu opens on F10
bool mbNoFocusRects:1; // on Aqua focus rects are not used
bool mbCenteredTabs:1; // on Aqua, tabs are centered
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h
index b8056696b7f8..0d4e206e8507 100644
--- a/vcl/inc/win/salframe.h
+++ b/vcl/inc/win/salframe.h
@@ -144,12 +144,6 @@ public:
virtual void BeginSetClipRegion( sal_uIntPtr nRects );
virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
virtual void EndSetClipRegion();
-
- /// Update the region that is supposed to be handled by the window manager
- ///
- /// This is primarily for Windows Aero theme in order to be able to draw
- /// to the Glass area.
- virtual void extendWindowManagerFrameNative( int nLeft, int nRight, int nTop, int nBottom );
};
void ImplSalGetWorkArea( HWND hWnd, RECT *pRect, const RECT *pParentRect );