[Webkit-unassigned] [Bug 20081] [Qt] Add support for windowless NPAPI plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 03:45:10 PDT 2009


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





--- Comment #20 from Simon Hausmann <hausmann at webkit.org>  2009-09-25 03:45:09 PDT ---
(In reply to comment #19)
> One option is to load gdk-x11 *always* on startup and make Qt use the gdk
> default display. However, this does not work (Qt bug). Note that, if I do a
> XOpenDisplay manually and provide that display to Qt, it works. Just not with
> gdk's display, I haven't debugged this problem.

I think always loading gdk-x11 is the best option. Flushing the gdk display
shouldn't be too bad. But why do you have to flush the Qt display? Can't you
simply use QPainter::drawPixmap to paint the pixmap?

We cannot change the way people construct their QApplication or change the
existing Qt connection.

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