diff options
author | sabetts <sabetts> | 2001-06-01 19:32:25 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-06-01 19:32:25 +0000 |
commit | 2a84949a2adb5e342db8043512c3866f2e396e5b (patch) | |
tree | 25dab2bb417e1a219ff7ca95fcb55b0b24e792ee /src/data.h | |
parent | 366e07b927a7c54012d21819b6504fb06878fcc1 (diff) | |
download | ratpoison-2a84949a2adb5e342db8043512c3866f2e396e5b.zip |
reverted last revision
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -166,13 +166,9 @@ struct modifier_info { /* unsigned int mode_switch_mask; */ unsigned int meta_mod_mask; - KeySym meta_sym; unsigned int alt_mod_mask; - KeySym alt_sym; unsigned int super_mod_mask; - KeySym super_sym; unsigned int hyper_mod_mask; - KeySym hyper_sym; }; /* Keeps track of which mod mask each modifier is under. */ |