have transparency support yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40036
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxFrameManager::ShowHint(const wxRect& rect)
{
+#if defined(__WXMSW__) || defined(__WXMAC__)
// First, determine if the operating system can handle transparency.
// Transparency is available on Win2000 and above
// Until a better system color is decided upon we'll just use
// blue.
p->SetBackgroundColour(*wxBLUE);
-#else
- wxUnusedVar(pt);
- wxUnusedVar(size);
#endif
m_hint_wnd->Show();
return;
}
-
+#endif
+
if (m_last_hint != rect)
{
// remove the last hint rectangle