diff options
Diffstat (limited to 'oldXMenu/SetPane.c')
| -rw-r--r-- | oldXMenu/SetPane.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index b9ecb7e8706..9f5a99a564e 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c | |||
| @@ -16,10 +16,10 @@ | |||
| 16 | #include "XMenuInt.h" | 16 | #include "XMenuInt.h" |
| 17 | 17 | ||
| 18 | int | 18 | int |
| 19 | XMenuSetPane(menu, p_num, active) | 19 | XMenuSetPane(register XMenu *menu, register int p_num, register int active) |
| 20 | register XMenu *menu; /* Menu object to be modified. */ | 20 | /* Menu object to be modified. */ |
| 21 | register int p_num; /* Pane number to be modified. */ | 21 | /* Pane number to be modified. */ |
| 22 | register int active; /* Make selection active? */ | 22 | /* Make selection active? */ |
| 23 | { | 23 | { |
| 24 | register XMPane *p_ptr; /* XMPane pointer. */ | 24 | register XMPane *p_ptr; /* XMPane pointer. */ |
| 25 | 25 | ||