Moving getBuiltInAttribute() from winfe to layout, it's now LO_GetBuiltInAttribute(). a+r=nisheeth

git-svn-id: svn://10.0.0.236/trunk@9106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1998-09-02 09:13:50 +00:00
parent 09183e892f
commit b04526e650
3 changed files with 37 additions and 29 deletions

View File

@@ -140,6 +140,9 @@ extern void LO_SetJavaAppTransparent(LO_JavaAppStruct *javaData);
extern void LO_SetEmbedType(LO_EmbedStruct *embed, PRBool is_windowed);
extern void LO_SetEmbedSize( MWContext *context, LO_EmbedStruct *embed, int32 width, int32 height );
extern char* LO_GetBuiltInAttribute (LO_BuiltinStruct *pBuiltin_struct,
char* att);
#ifdef JAVA
extern void LO_SetJavaAppTransparent(LO_JavaAppStruct *javaData);
#endif