Removed some compiler warnings

This commit is contained in:
kipp 1998-07-03 23:16:43 +00:00
Родитель e73dd51e0c
Коммит 7c613dc78a
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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 ;

Просмотреть файл

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

Просмотреть файл

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