Comment #15 on issue 5054 by m0.interactive: [magic_browzr] Window size/position wrong in XP maximized mode http://code.google.com/p/chromium/issues/detail?id=5054
Alright, then some tips that can help you solve the Windows Vista Aero border size since its dynamic. You could use DwmGetWindowAttribute in dwmapi.dll. Two calls could be used, first with DWMWA_NCRENDERING_ENABLED which determines the non-client rendering. Then if that returns true, you then call with DWMWA_EXTENDED_FRAME_BOUNDS which gets the extended bounds rectangle in the screen. I hope that will help solve the issue that you guys are having. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
