Removed some compiler warnings

git-svn-id: svn://10.0.0.236/trunk@5031 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-07-03 23:16:43 +00:00
parent 09ade9fd5b
commit 56f0019027
3 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
#include "X11/Intrinsic.h"
/* nsDrawingSurface is actually the following struct */
typedef struct nsDrawingSurfaceUnix {
struct nsDrawingSurfaceUnix {
Display *display ;
Drawable drawable ;
GC gc ;

View File

@@ -333,6 +333,7 @@ PRInt16 i;
ConvertImage(aDrawingSurface);
CreateImage(aDrawingSurface);
}
return NS_OK;
}
//------------------------------------------------------------

View File

@@ -76,4 +76,4 @@ if (! _ns_smallBufUsed) \
delete aBuf;
#endif // NSStringUtil
#endif // NSStringUtil