Kaydet (Commit) 05597378 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Added a fixme.

Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
üst f0e68c48
...@@ -2704,6 +2704,10 @@ static HRESULT WINAPI backwardCompatibleDwmIsCompositionEnabled( BOOL* pOut ) ...@@ -2704,6 +2704,10 @@ static HRESULT WINAPI backwardCompatibleDwmIsCompositionEnabled( BOOL* pOut )
static BOOL ImplDwmIsCompositionEnabled() 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(); SalData* pSalData = GetSalData();
if( ! pSalData->mpDwmIsCompositionEnabled ) if( ! pSalData->mpDwmIsCompositionEnabled )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment