[Webkit-unassigned] [Bug 18831] [GTK] support windowless plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 1 19:24:08 PST 2009


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





--- Comment #11 from Simon Hausmann <hausmann at webkit.org>  2009-11-01 19:24:06 PDT ---
(From update of attachment 42247)

> -#if defined(Q_WS_X11) && ENABLE(NETSCAPE_PLUGIN_API)
> +#if (defined(XP_UNIX) || defined(Q_WS_X11)) && ENABLE(NETSCAPE_PLUGIN_API)

You can simplify this condition by replacing the use of Q_WS_X11 with XP_UNIX.

Given the existance of platforms like Qt for Embedded Linux or Android that are
Unixy without X-Windows, XP_UNIX becomes a confusing term
as it really means a Unix platform that uses X-Windows. But for now XP_UNIX is
the right one to use I would say.

-- 
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