diff options
author | sabetts <sabetts> | 2000-08-26 07:08:23 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-26 07:08:23 +0000 |
commit | f5903db475495040c0d0ef5e4ad1aeb0fbc1723f (patch) | |
tree | 541bf72ab037e0de4337195867a79a4181020069 /data.h | |
parent | 8f0cd02a27a2052be64940bcd8bbbbdfb19c8cd9 (diff) | |
download | ratpoison-f5903db475495040c0d0ef5e4ad1aeb0fbc1723f.zip |
added functionality to delete and destroy a window
Diffstat (limited to 'data.h')
-rw-r--r-- | data.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -62,6 +62,13 @@ extern int num_screens; extern Display *dpy; extern Atom rp_restart; +extern Atom wm_state; +extern Atom wm_change_state; +extern Atom wm_protocols; +extern Atom wm_delete; +extern Atom wm_take_focus; +extern Atom wm_colormaps; + /* Set to 1 to indicate that the WM should exit at it's earliest convenience. */ extern int exit_signal; |