aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJoakim Verona2011-09-05 10:37:16 +0200
committerJoakim Verona2011-09-05 10:37:16 +0200
commit687faaf59cdf4029b5e8da16965b257592059e37 (patch)
treec19fc758dc421ec1e6619de88d7cd70258927b47 /src/xterm.h
parentd47f8c5baeaa804548a73675077c8e37cdfe5142 (diff)
parentf62bd846552a090f3ba5e136d6d9cdb4c07ed7be (diff)
downloademacs-687faaf59cdf4029b5e8da16965b257592059e37.tar.gz
emacs-687faaf59cdf4029b5e8da16965b257592059e37.zip
upstream
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 30867656710..fe86a32d09f 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -955,7 +955,8 @@ XrmDatabase x_load_resources (Display *, const char *, const char *,
955extern int x_text_icon (struct frame *, const char *); 955extern int x_text_icon (struct frame *, const char *);
956extern int x_bitmap_icon (struct frame *, Lisp_Object); 956extern int x_bitmap_icon (struct frame *, Lisp_Object);
957extern void x_catch_errors (Display *); 957extern void x_catch_errors (Display *);
958extern void x_check_errors (Display *, const char *); 958extern void x_check_errors (Display *, const char *)
959 ATTRIBUTE_FORMAT_PRINTF (2, 0);
959extern int x_had_errors_p (Display *); 960extern int x_had_errors_p (Display *);
960extern int x_catching_errors (void); 961extern int x_catching_errors (void);
961extern void x_uncatch_errors (void); 962extern void x_uncatch_errors (void);