[Top][All Lists]
[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: |
Sat, 25 Jan 2003 11:25:39 -0500 |
Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.1 emacs/src/gtkutil.h:1.2
*** emacs/src/gtkutil.h:1.1 Sun Jan 19 16:57:12 2003
--- emacs/src/gtkutil.h Sat Jan 25 11:25:39 2003
***************
*** 123,129 ****
struct _widget_value *free_list;
} widget_value;
! extern widget_value *malloc_widget_value ();
extern void free_widget_value P_ ((widget_value *));
extern char *xg_get_file_name P_ ((FRAME_PTR f,
--- 123,129 ----
struct _widget_value *free_list;
} widget_value;
! extern widget_value *malloc_widget_value P_ ((void));
extern void free_widget_value P_ ((widget_value *));
extern char *xg_get_file_name P_ ((FRAME_PTR f,
***************
*** 186,195 ****
extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
/* Mark all callback data that are Lisp_object:s during GC. */
! extern void xg_mark_data ();
/* Initialize GTK specific parts. */
! extern void xg_initialize ();
/* Setting scrollbar values invokes the callback. Use this variable
to indicate that the callback should do nothing. */
--- 186,195 ----
extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
/* Mark all callback data that are Lisp_object:s during GC. */
! extern void xg_mark_data P_ ((void));
/* Initialize GTK specific parts. */
! extern void xg_initialize P_ ((void));
/* Setting scrollbar values invokes the callback. Use this variable
to indicate that the callback should do nothing. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/gtkutil.h,
Jan Djärv <=