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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user