emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Wed, 30 Jun 2004 15:37:37 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.838 emacs/src/xterm.c:1.839
*** emacs/src/xterm.c:1.838     Thu Jun 17 19:35:00 2004
--- emacs/src/xterm.c   Wed Jun 30 19:35:40 2004
***************
*** 3259,3265 ****
       struct input_event *bufp;
  {
    struct frame *frame;
-   int nr_events = 0;
  
    frame = x_any_window_to_frame (dpyinfo, event->xany.window);
    if (! frame)
--- 3259,3264 ----
***************
*** 8199,8205 ****
  x_calc_absolute_position (f)
       struct frame *f;
  {
-   Window child;
    int win_x = 0, win_y = 0;
    int flags = f->size_hint_flags;
  
--- 8198,8203 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]