Bug 677712 - Make Qt port support No X11 build; r=dougt,joe
This commit is contained in:
@@ -2010,7 +2010,7 @@ _getvalue(NPP npp, NPNVariable variable, void *result)
|
||||
switch(variable) {
|
||||
#if defined(XP_UNIX) && !defined(XP_MACOSX)
|
||||
case NPNVxDisplay : {
|
||||
#if defined(MOZ_WIDGET_GTK2) || defined(MOZ_WIDGET_QT)
|
||||
#if defined(MOZ_X11)
|
||||
if (npp) {
|
||||
nsNPAPIPluginInstance *inst = (nsNPAPIPluginInstance *) npp->ndata;
|
||||
PRBool windowless = PR_FALSE;
|
||||
|
||||
Reference in New Issue
Block a user