diff options
Diffstat (limited to 'oldXMenu/Destroy.c')
| -rw-r--r-- | oldXMenu/Destroy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 117f04ed1c5..906d92fb8cf 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c | |||
| @@ -15,9 +15,9 @@ | |||
| 15 | 15 | ||
| 16 | #include "XMenuInt.h" | 16 | #include "XMenuInt.h" |
| 17 | 17 | ||
| 18 | XMenuDestroy(display, menu) | 18 | XMenuDestroy(Display *display, register XMenu *menu) |
| 19 | Display *display; | 19 | |
| 20 | register XMenu *menu; /* Menu object to destroy. */ | 20 | /* Menu object to destroy. */ |
| 21 | { | 21 | { |
| 22 | register XMPane *p_ptr; /* Pointer to the current pane. */ | 22 | register XMPane *p_ptr; /* Pointer to the current pane. */ |
| 23 | register XMPane *p_next; /* Pointer to the next pane. */ | 23 | register XMPane *p_next; /* Pointer to the next pane. */ |