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

@@ -106,9 +106,11 @@ public:
// Relationship ivars
//
#ifdef XP_UNIX
#if defined(XP_UNIX) &&!defined(XP_MACOSX)
GtkWidget * parentHWnd;
#else
#elif defined(XP_MAC) || defined(XP_MACOSX)
void * parentHWnd;
#else !defined(XP_MACOSX)
HWND parentHWnd;
#endif