diff options
author | sabetts <sabetts> | 2000-10-20 17:39:03 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-10-20 17:39:03 +0000 |
commit | c32146268b261c8b2296427f476c4c1aa9e17bc7 (patch) | |
tree | 7334c8d0e0827b069209e457ccf461f08e25f128 /src/data.h | |
parent | e4d6a91e68beae9112624c6d1320b8c7c1119917 (diff) | |
download | ratpoison-c32146268b261c8b2296427f476c4c1aa9e17bc7.zip |
added initial support for hiding the rat on key events
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -81,6 +81,11 @@ extern Atom wm_delete; extern Atom wm_take_focus; extern Atom wm_colormaps; +/* mouse properties */ +extern int rat_x; +extern int rat_y; +extern int rat_visible; + /* When unmapping or deleting windows, it is sometimes helpful to ignore a bad window when attempting to clean the window up. This does just that when set to 1 */ |