summaryrefslogtreecommitdiff
path: root/utils/errors.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-03-15 22:02:06 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-03-15 22:02:06 +0000
commit1da7b161f8eb8e2afbb46e9e2904dc3973fc2458 (patch)
treeb8e3f8f4fdd19d316c12dc39d515f053a6723a9a /utils/errors.h
parentb69816ff79aec1a472cdb184c45452d6926cf6f7 (diff)
downloadnetsurf-1da7b161f8eb8e2afbb46e9e2904dc3973fc2458.tar.gz
netsurf-1da7b161f8eb8e2afbb46e9e2904dc3973fc2458.tar.bz2
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
Diffstat (limited to 'utils/errors.h')
-rw-r--r--utils/errors.h4
1 files changed, 3 insertions, 1 deletions
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