mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add initial Linux support (issue #40).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@338 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -1111,6 +1111,7 @@ CefRefPtr<CefBrowserImpl> CefBrowserImpl::UIT_CreatePopupWindow(
|
||||
info.SetAsPopup(NULL, CefString());
|
||||
#endif
|
||||
|
||||
#if (defined(OS_WIN) || defined(OS_MACOSX))
|
||||
// Default to the size from the popup features.
|
||||
if(features.xSet)
|
||||
info.m_x = features.x;
|
||||
@ -1120,6 +1121,7 @@ CefRefPtr<CefBrowserImpl> CefBrowserImpl::UIT_CreatePopupWindow(
|
||||
info.m_nWidth = features.width;
|
||||
if(features.heightSet)
|
||||
info.m_nHeight = features.height;
|
||||
#endif
|
||||
|
||||
CefRefPtr<CefClient> client = client_;
|
||||
|
||||
|
Reference in New Issue
Block a user