diff options
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; |