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.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.h
Date: Sun, 02 Nov 2003 11:47:32 -0500

Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.8 emacs/src/gtkutil.h:1.9
*** emacs/src/gtkutil.h:1.8     Mon Sep  1 11:45:52 2003
--- emacs/src/gtkutil.h Sun Nov  2 11:47:32 2003
***************
*** 150,156 ****
  
  extern int xg_update_frame_menubar P_ ((FRAME_PTR f));
  
! extern void xg_keep_popup P_ ((GtkWidget *menu, GtkWidget *submenu));
  
  extern int xg_get_scroll_id_for_window P_ ((Window wid));
  
--- 150,156 ----
  
  extern int xg_update_frame_menubar P_ ((FRAME_PTR f));
  
! extern int xg_have_tear_offs P_ ((void));
  
  extern int xg_get_scroll_id_for_window P_ ((Window wid));
  
***************
*** 200,211 ****
  /* Setting scrollbar values invokes the callback.  Use this variable
     to indicate that the callback should do nothing.  */
  extern int xg_ignore_gtk_scrollbar;
- 
- /* If a detach of a menu is done, this is the menu widget that got
-    detached.  Must be set to NULL before popping up popup menus.
-    Used with xg_keep_popup to delay deleting popup menus when they
-    have been detached.  */
- extern GtkWidget *xg_did_tearoff;
  
  #endif /* USE_GTK */
  #endif /* GTKUTIL_H */
--- 200,205 ----




reply via email to

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