Change usage of jint to PRint32. One of he fixes from the net.

git-svn-id: svn://10.0.0.236/trunk@7417 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
radha%netscape.com
1998-08-06 01:31:57 +00:00
parent 497c60823c
commit 8a2d9fdff0
7 changed files with 19 additions and 17 deletions

View File

@@ -158,7 +158,7 @@ XFE_NavCenterView::XFE_NavCenterView(XFE_Component *toplevel_component,
ns->data = this;
m_pane = HT_NewPane(ns);
HT_SetPaneFEData(m_pane, this);
HT_SetPaneFEData(m_pane, context);
// add our subviews to the list of subviews for command dispatching and
// deletion.
@@ -392,7 +392,7 @@ XFE_NavCenterView::getSelector(void)
}
void
XFE_NavCenterView::handleDisplayPixmap(Widget w, IL_Pixmap * image, IL_Pixmap * mask, jint width, jint height)
XFE_NavCenterView::handleDisplayPixmap(Widget w, IL_Pixmap * image, IL_Pixmap * mask, PRInt32 width, PRInt32 height)
{
XFE_RDFImage * rdfImage;