summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-06-01 19:14:28 +0000
committersabetts <sabetts>2001-06-01 19:14:28 +0000
commit366e07b927a7c54012d21819b6504fb06878fcc1 (patch)
tree6561edcf0744693db137e98e3e9baf7b821521b7 /src/data.h
parent8161a84a50dde1a2af5707b25e2130ea2819470a (diff)
downloadratpoison-366e07b927a7c54012d21819b6504fb06878fcc1.zip
iconic window map_request properly
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 4584b21..19b68ae 100644
--- a/src/data.h
+++ b/src/data.h
@@ -166,9 +166,13 @@ 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. */