Added stuff to implement Find features in CurrentPage interface

a=ashuk
r=edburns
Bug=20659

_Ashu


git-svn-id: svn://10.0.0.236/trunk@65428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ashuk%eng.sun.com
2000-04-06 17:39:01 +00:00
parent 1703e1e146
commit 0056fc3244
4 changed files with 94 additions and 15 deletions

View File

@@ -93,6 +93,7 @@ JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlI
initContext->y = y;
initContext->w = width;
initContext->h = height;
initContext->searchContext = nsnull;
#ifdef XP_UNIX
initContext->gtkWinPtr =
@@ -140,6 +141,7 @@ Java_org_mozilla_webclient_wrapper_1native_WindowControlImpl_nativeDestroyInitCo
initContext->w = -1;
initContext->h = -1;
initContext->gtkWinPtr = nsnull;
initContext->searchContext = nsnull;
delete initContext;
}