Mercurial > emacs
comparison src/xterm.c @ 88627:a59de8df7832
(xlwmenu_window_p): Fix prototype for K&R.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 24 May 2002 15:30:25 +0000 |
parents | 77b7f94032fa |
children | 4f185cac85fb |
comparison
equal
deleted
inserted
replaced
88626:decf968c7435 | 88627:a59de8df7832 |
---|---|
97 #ifdef HAVE_UNISTD_H | 97 #ifdef HAVE_UNISTD_H |
98 #include <unistd.h> | 98 #include <unistd.h> |
99 #endif | 99 #endif |
100 | 100 |
101 #ifdef USE_LUCID | 101 #ifdef USE_LUCID |
102 extern int xlwmenu_window_p (Widget w, Window window); | 102 extern int xlwmenu_window_p P_ ((Widget w, Window window)); |
103 extern void xlwmenu_redisplay P_ ((Widget)); | 103 extern void xlwmenu_redisplay P_ ((Widget)); |
104 #endif | 104 #endif |
105 | 105 |
106 #ifdef USE_X_TOOLKIT | 106 #ifdef USE_X_TOOLKIT |
107 | 107 |