diff options
author | rcyeske <rcyeske> | 2001-02-11 05:15:31 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-11 05:15:31 +0000 |
commit | 69c05c373e8547e47ac523240cf9e6c9acadfc30 (patch) | |
tree | 946605e6ac286120c453a21fb7443f932402ee2e /src/actions.c | |
parent | f33398671d6401cdc44770444150ab75dd186159 (diff) | |
download | ratpoison-69c05c373e8547e47ac523240cf9e6c9acadfc30.zip |
*** empty log message ***
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index 3799d6b..4aac6ca 100644 --- a/src/actions.c +++ b/src/actions.c @@ -302,8 +302,10 @@ show_clock (void *data) } void -goto_window_number (int n) +goto_window_number (void *data) { + int n = (int)data; + rp_window *win; if ((win = find_window_by_number (n)) == NULL) |