[Webkit-unassigned] [Bug 30979] [Qt] REGRESSION: Allow applications to use their own QWidget bypassing QWebView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 19:49:32 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=30979





--- Comment #8 from Yael <yael.aharon at nokia.com>  2009-11-02 19:49:32 PDT ---
(In reply to comment #7)
> Instead of 
> +#if defined(Q_WS_X11)
> +#include <QX11Info>
> +#endif
> 
> +int QWebPageWidgetClient::screenNumber() const
> +{
> +#if defined(Q_WS_X11)
> +    if (view)
> +        return view->x11Info().screen();
> +#endif
> +
> +    return 0;
> +}
> 
> Could use QDesktopWidget::screenNumber() which is cross-platform?
> The patch as it is, is only moving code from one place to another, to address the regression. If we want to change the existing functionality, I think that should be a separate bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list