M dist/netbeans/build.xml
- Correctly exclude Gtk test on Mac M dist/netbeans/logging.properties - turn on all webclient logging M dist/netbeans/webclient.properties - Use correct extension for jnilib on mac os x M webclient/src_moz/EmbedWindow.cpp M webclient/src_moz/NativeBrowserControl.cpp - extra logging M webclient/src_moz/WindowControlImpl.cpp - correct ifdef logic to exclude some Gtk specific code. git-svn-id: svn://10.0.0.236/trunk@227854 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -44,9 +44,15 @@ JNIEXPORT void JNICALL Java_org_mozilla_webclient_impl_wrapper_1native_WindowCon
|
||||
}
|
||||
PRBool alreadyRealized;
|
||||
|
||||
#ifdef XP_UNIX
|
||||
#if defined(XP_UNIX) && !defined(XP_MAC) && !defined(XP_MACOSX)
|
||||
PR_LOG(prLogModuleInfo, PR_LOG_DEBUG,
|
||||
("WindowContorImpl_nativeRealize: about to call GetGTKWinPtrFromCanvas"));
|
||||
|
||||
int gtkWinPtr =
|
||||
(int)::util_GetGTKWinPtrFromCanvas(env, aBrowserControlImpl);
|
||||
PR_LOG(prLogModuleInfo, PR_LOG_DEBUG,
|
||||
("WindowContorImpl_nativeRealize: returned from GetGTKWinPtrFromCanvas: gtkWinPtr: %p", gtkWinPtr));
|
||||
|
||||
// PENDING set this into the nativeBrowserControl for use later
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user