NativeEventThread.cpp:

Install our own X error handler.  GDK's error handler
can exit in some cases, and this isn't the right behavior
for Java caused X errors.

WindowControlImpl.cpp:

Put in comments on how to debug on unix

runem.pl:

-classic doesn't work on Unix


git-svn-id: svn://10.0.0.236/branches/JAVADEV_RTM_20001102@87150 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2001-02-15 23:56:09 +00:00
parent 19af21ef93
commit fb87456485
3 changed files with 48 additions and 2 deletions

View File

@@ -104,6 +104,12 @@ JNIEXPORT jint JNICALL Java_org_mozilla_webclient_wrapper_1native_WindowControlI
util_InitializeShareInitContext(&(initContext->shareContext));
#ifdef XP_UNIX
/***** Uncomment this to debug on unix
pid_t pid = getpid();
printf("++++++++++++++++debug: edburns: pid is: %d\n", pid);
sleep(7);
**************/
initContext->gtkWinPtr =
(int)::util_GetGTKWinPtrFromCanvas(env, aBrowserControlImpl);
#else