/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.691 by gerd, Sat Dec 1 12:56:47 2001 UTC revision 1.692 by pj, Sun Dec 2 13:13:01 2001 UTC
# Line 7318  x_tool_bar_item (f, x, y, glyph, hpos, v Line 7318  x_tool_bar_item (f, x, y, glyph, hpos, v
7318    
7319    
7320  /* Handle mouse button event on the tool-bar of frame F, at  /* Handle mouse button event on the tool-bar of frame F, at
7321     frame-relative coordinates X/Y.  EVENT_TYPE is either ButtionPress     frame-relative coordinates X/Y.  EVENT_TYPE is either ButtonPress
7322     or ButtonRelase.  */     or ButtonRelase.  */
7323    
7324  static void  static void
# Line 10408  XTread_socket (sd, bufp, numchars, expec Line 10408  XTread_socket (sd, bufp, numchars, expec
10408                       status_return even if the input is too long to                       status_return even if the input is too long to
10409                       fit in 81 bytes.  So, we must prepare sufficient                       fit in 81 bytes.  So, we must prepare sufficient
10410                       bytes for copy_buffer.  513 bytes (256 chars for                       bytes for copy_buffer.  513 bytes (256 chars for
10411                       two-byte character set) seems to be a faily good                       two-byte character set) seems to be a fairly good
10412                       approximation.  -- 2000.8.10 handa@etl.go.jp  */                       approximation.  -- 2000.8.10 handa@etl.go.jp  */
10413                    unsigned char copy_buffer[513];                    unsigned char copy_buffer[513];
10414                    unsigned char *copy_bufptr = copy_buffer;                    unsigned char *copy_bufptr = copy_buffer;

Legend:
Removed from v.1.691  
changed lines
  Added in v.1.692

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26