comparison src/xterm.c @ 7122:822ad7c7e0a6

(XTread_socket) [USE_X_TOOLKIT]: Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Apr 1994 04:47:29 +0000
parents e7afa8046b41
children 4f2c825cc0f8
comparison
equal deleted inserted replaced
7121:1903032117a8 7122:822ad7c7e0a6
4131 #ifdef USE_X_TOOLKIT 4131 #ifdef USE_X_TOOLKIT
4132 else 4132 else
4133 { 4133 {
4134 f = x_any_window_to_frame (event.xbutton.window); 4134 f = x_any_window_to_frame (event.xbutton.window);
4135 if (f && event.type == ButtonPress) 4135 if (f && event.type == ButtonPress)
4136 goto OTHER;
4137 #if 0
4138 construct_menu_click (&emacs_event, 4136 construct_menu_click (&emacs_event,
4139 &event, f); 4137 &event, f);
4140 #endif
4141 } 4138 }
4142 #endif /* USE_X_TOOLKIT */ 4139 #endif /* USE_X_TOOLKIT */
4143 } 4140 }
4144 4141
4145 if (numchars >= 1 && emacs_event.kind != no_event) 4142 if (numchars >= 1 && emacs_event.kind != no_event)