Merges from OJI_19980528_TEMP_BRANCH

git-svn-id: svn://10.0.0.236/trunk@3021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jgellman
1998-06-03 06:19:45 +00:00
parent b0eb2c7a3d
commit 011b0cb5c2
20 changed files with 298 additions and 153 deletions

View File

@@ -555,6 +555,7 @@ void CFE_SetDrawable(MWContext *pContext, CL_Drawable *drawable)
}
#endif
#ifdef TRANSPARENT_APPLET
/* java specific functions to allow delayed window creation and transparency */
void CFE_HandleClippingView(MWContext *pContext, LJAppletData *appletD, int x, int y, int width, int height) {
if(ABSTRACTCX(pContext)->IsDestroyed()) {
@@ -575,6 +576,7 @@ void CFE_DrawJavaApp(MWContext *pContext, int iLocation, LO_JavaAppStruct *pJava
WINCX(pContext)->DrawJavaApp(pContext, iLocation, pJava);
}
#endif
int CFE_FileSortMethod(MWContext *pContext) {
if(ABSTRACTCX(pContext)->IsDestroyed()) {