summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-05-07 18:19:37 +0200
committerJan Holesovsky <kendy@suse.cz>2012-05-07 18:19:37 +0200
commit05597378a1f8aa5ff691d7e4b61cdb70b797cb6a (patch)
tree5de616c9a7a9ae31abdfdaacf00f1378eb4879a3 /vcl/win
parentf0e68c48b95e223704d51257f6c767204d6b63c0 (diff)
Added a fixme.
Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/window/salframe.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index 3cb870baad2e..aae5999896fd 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -2704,6 +2704,10 @@ static HRESULT WINAPI backwardCompatibleDwmIsCompositionEnabled( BOOL* pOut )
static BOOL ImplDwmIsCompositionEnabled()
{
+ // FIXME It seems that this wrong advice to use 'DwmIsCompositionEnabled'
+ // is widely spread; causing LO to not theme menus when running in
+ // rdesktop. We should beter use IsThemeActive() from uxtheme.dll.
+ // But the entire ::UpdateSettings() need a rework anyway ;-)
SalData* pSalData = GetSalData();
if( ! pSalData->mpDwmIsCompositionEnabled )
{