emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Sun, 15 Jun 2003 16:56:41 -0400

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.31 emacs/src/gtkutil.c:1.32
*** emacs/src/gtkutil.c:1.31    Tue Jun  3 13:38:41 2003
--- emacs/src/gtkutil.c Sun Jun 15 16:56:40 2003
***************
*** 2818,2823 ****
--- 2818,2824 ----
    FRAME_PTR f = (FRAME_PTR) g_object_get_data (G_OBJECT (w), XG_FRAME_DATA);
    Lisp_Object key, frame;
    struct input_event event;
+   EVENT_INIT (event);
  
    if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items))
      return;




reply via email to

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