Minor fixes to wxGTK3 with Broadway backend build.

Reuse some functions for both Broadway and X11 backends. Fix invalid casts
from Broadway screen/display types to X11 ones.

Closes #14469.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-07-14 20:10:50 +00:00
parent 0e1e0ea90a
commit fe943278df
3 changed files with 16 additions and 20 deletions

View File

@@ -504,17 +504,3 @@ wxGUIAppTraits::GetStandardCmdLineOptions(wxArrayString& names,
}
#endif // __UNIX__
#ifdef GDK_WINDOWING_BROADWAY
bool wxLaunchDefaultApplication(const wxString& document, int flags)
{
return false;
}
bool wxDoLaunchDefaultBrowser(const wxString& url, int flags)
{
return false;
}
#endif