Mercurial > emacs
changeset 39922:538760a4422e
(xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
(XTread_socket): Improve style of comments to follow other comments.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 14 Oct 2001 16:08:48 +0000 |
parents | 39e32efe460d |
children | 6dd34a540e1f |
files | src/xterm.c |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Sun Oct 14 16:03:03 2001 +0000 +++ b/src/xterm.c Sun Oct 14 16:08:48 2001 +0000 @@ -98,6 +98,11 @@ #include <unistd.h> #endif +#ifdef USE_LUCID +extern int xlwmenu_window_p (Widget w, Window window); +extern void xlwmenu_redisplay P_ ((Widget)); +#endif + #ifdef USE_X_TOOLKIT extern void free_frame_menubar P_ ((struct frame *)); @@ -10315,8 +10320,8 @@ break; case GraphicsExpose: /* This occurs when an XCopyArea's - source area was obscured or not - available.*/ + source area was obscured or not + available. */ f = x_window_to_frame (dpyinfo, event.xgraphicsexpose.drawable); if (f) { @@ -10333,7 +10338,7 @@ case NoExpose: /* This occurs when an XCopyArea's source area was completely - available */ + available. */ break; case UnmapNotify: @@ -10346,7 +10351,7 @@ f = x_top_window_to_frame (dpyinfo, event.xunmap.window); if (f) /* F may no longer exist if - the frame was deleted. */ + the frame was deleted. */ { /* While a frame is unmapped, display generation is disabled; you don't want to spend time updating a