# HG changeset patch # User Pavel Jank # Date 1003075728 0 # Node ID 538760a4422e768d927b5c38d4eb97aba826a506 # Parent 39e32efe460d4f5ee8b8a7f7019ac77777ff88fa (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes. (XTread_socket): Improve style of comments to follow other comments. diff -r 39e32efe460d -r 538760a4422e src/xterm.c --- 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 #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