From 1da7b161f8eb8e2afbb46e9e2904dc3973fc2458 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 15 Mar 2011 22:02:06 +0000 Subject: Stop gtk printing from exploding if its unable to initialise the job add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068 --- utils/errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/errors.h b/utils/errors.h index 818ccc5fd..1a634f615 100644 --- a/utils/errors.h +++ b/utils/errors.h @@ -35,7 +35,9 @@ typedef enum { NSERROR_NOT_FOUND, /**< Requested item not found */ - NSERROR_SAVE_FAILED /**< Failed to save data */ + NSERROR_SAVE_FAILED, /**< Failed to save data */ + + NSERROR_CLONE_FAILED /**< Failed to clone handle */ } nserror; #endif -- cgit v1.2.3