diff options
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -252,4 +252,7 @@ extern int rp_honour_normal_raise; extern int rp_honour_transient_map; extern int rp_honour_normal_map; +/* Keep track of X11 error messages. */ +extern char *rp_error_msg; + #endif /* _RATPOISON_DATA_H */ |