Checkpoint for mac os x reactivation.

Having trouble with the implementation of getHandleToPeer.

Current problem is that JAWT_DrawingSurface->Lock() is failing.

Why would that be?


git-svn-id: svn://10.0.0.236/trunk@173357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2005-05-13 06:40:12 +00:00
parent 16ed34f985
commit ba350c1664
19 changed files with 378 additions and 65 deletions

View File

@@ -56,7 +56,7 @@
#include "ns_globals.h"
// Ashu
#ifdef XP_UNIX
#if defined(XP_UNIX) &&!defined(XP_MACOSX)
#include "nsIWidget.h" // for GTKWidget
#include <gtk/gtk.h>
#endif