Closed Bug 58926 Opened 24 years ago Closed 24 years ago

Small patch to nsPluginHostImpl.cpp to allow Qt build

Categories

(Core Graveyard :: Plug-ins, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: johng, Assigned: johng)

Details

Attachments

(1 file)

Attached is a small diff that allows /modules/plugin/nglsrc/nsPluginHostImpl.cpp
to compile cleanly under Qt builds.  All the patch does is add #if
defined(MOZ_WIDGET_GTK) wrappers around the GTK specific bits of code and add
code for the Qt equivalents (wrapped in #if defined(MOZ_WIDGET_QT), of course). 
This change does not affect non-Unix builds at all and is simple enough that it
should be easy to review.  Note that this patch does not purport to add Plugin
support to the Qt port of Mozilla, it just allows the tree to build cleanly
under Qt on machines that do not have GTK installed.
Looks fine to me. Eric applied it on his tree and it builds fine. r=pollmann 
a=av
Wow, this has been around for a while. Has it been checked in? It was approved.
I beleive so. Marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
i believe so too..marking VERIFIED :)
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: