/[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.874 by dann, Tue Sep 27 18:48:54 2005 UTC revision 1.875 by dann, Tue Sep 27 21:14:23 2005 UTC
# Line 6750  handle_one_xevent (dpyinfo, eventp, fini Line 6750  handle_one_xevent (dpyinfo, eventp, fini
6750                                && (int)(event.xbutton.time - ignore_next_mouse_click_timeout) > 0)                                && (int)(event.xbutton.time - ignore_next_mouse_click_timeout) > 0)
6751                              {                              {
6752                                ignore_next_mouse_click_timeout = 0;                                ignore_next_mouse_click_timeout = 0;
6753                                construct_mouse_click (&inev.ie, &event, f);                                construct_mouse_click (&inev.ie, &event.xbutton, f);
6754                              }                              }
6755                            if (event.type == ButtonRelease)                            if (event.type == ButtonRelease)
6756                              ignore_next_mouse_click_timeout = 0;                              ignore_next_mouse_click_timeout = 0;
6757                          }                          }
6758                        else                        else
6759                          construct_mouse_click (&inev.ie, &event, f);                          construct_mouse_click (&inev.ie, &event.xbutton, f);
6760                      }                      }
6761                  }                  }
6762            }            }

Legend:
Removed from v.1.874  
changed lines
  Added in v.1.875

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