From 2d10f84704d4c4dac5259c4cb9dba5bbc71d8b36 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Thu, 4 Nov 1999 22:27:36 +0000 Subject: [PATCH] Fixes for 18029 and 16723 -- fix image drawing on Mac to use GWorlds, and put in api to lock and unlock pixels. Adding new error module for libimg. r=pnunn, a=chofmann. git-svn-id: svn://10.0.0.236/trunk@52812 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsError.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/base/nsError.h b/mozilla/xpcom/base/nsError.h index a6510d68a25..fb822e0677c 100644 --- a/mozilla/xpcom/base/nsError.h +++ b/mozilla/xpcom/base/nsError.h @@ -66,7 +66,7 @@ typedef PRUint32 nsresult; #define NS_ERROR_MODULE_REG 12 #define NS_ERROR_MODULE_FILES 13 #define NS_ERROR_MODULE_DOM 14 - +#define NS_ERROR_MODULE_IMGLIB 15 #define NS_ERROR_MODULE_MAILNEWS 16 #define NS_ERROR_MODULE_EDITOR 17 #define NS_ERROR_MODULE_XPCONNECT 18