Removed some compiler warnings
git-svn-id: svn://10.0.0.236/trunk@5031 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user