diff options
author | sabetts <sabetts> | 2001-12-21 10:03:54 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-12-21 10:03:54 +0000 |
commit | d3fa9b288a8113cec4fbcc45c2a6f8df9ea7f7ef (patch) | |
tree | 65249ab131cf8444f30755459578631ba8033b02 /ChangeLog | |
parent | a43d89a4ac9080ba0fe48d574e604260413ef2f9 (diff) | |
download | ratpoison-d3fa9b288a8113cec4fbcc45c2a6f8df9ea7f7ef.zip |
* src/data.h (rp_error_msg): new global extern
* src/main.c (rp_error_msg): new global variable
* src/events.c (get_event): If there is an X11 error message to
print, print it.
* src/main.c (handler): record the error in rp_error_msg
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2001-12-21 shawn <sabetts@vcn.bc.ca> + + * src/data.h (rp_error_msg): new global extern + + * src/main.c (rp_error_msg): new global variable + + * src/events.c (get_event): If there is an X11 error message to + print, print it. + + * src/main.c (handler): record the error in rp_error_msg + 2001-12-20 shawn <sabetts@vcn.bc.ca> * src/manage.c (maximize_transient): always honour the current |