Merge m-c to inbound a=merge
MozReview-Commit-ID: BemR756HJnR
This commit is contained in:
@@ -1104,10 +1104,9 @@ _getvalue(NPP aNPP,
|
||||
case NPNVxDisplay: {
|
||||
if (aNPP) {
|
||||
return InstCast(aNPP)->NPN_GetValue(aVariable, aValue);
|
||||
}
|
||||
else {
|
||||
*(void **)aValue = xt_client_get_display();
|
||||
}
|
||||
}
|
||||
*(void
|
||||
**)aValue = xt_client_get_display();
|
||||
return NPERR_NO_ERROR;
|
||||
}
|
||||
case NPNVxtAppContext:
|
||||
|
||||
Reference in New Issue
Block a user