diff options
author | rcyeske <rcyeske> | 2001-02-20 03:30:28 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-20 03:30:28 +0000 |
commit | b04b541a3aaab9e5f0d36b88f97720f9c78a538f (patch) | |
tree | 57f7de7a40cf5504c0ed4b2396eff04689e52733 /src/data.h | |
parent | d1676f8fd215f735623cea1c1d707a346e9b6390 (diff) | |
download | ratpoison-b04b541a3aaab9e5f0d36b88f97720f9c78a538f.zip |
removed key_actions table, replaced with set of functions
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ struct rp_action int key; int state; void *data; /* misc data to be passed to the function */ - void (*func)(void *); +/* void (*func)(void *); */ }; extern rp_window *rp_window_head, *rp_window_tail; |