Add prototype for xg_set_icon_from_xpm_data.
This commit is contained in:
parent
47c53789fd
commit
f15bae4334
1 changed files with 1 additions and 0 deletions
|
@ -1036,6 +1036,7 @@ extern int have_menus_p P_ ((void));
|
|||
|
||||
#ifdef USE_GTK
|
||||
extern int xg_set_icon P_ ((struct frame *, Lisp_Object));
|
||||
extern int xg_set_icon_from_xpm_data P_ ((struct frame *, char**));
|
||||
#endif /* USE_GTK */
|
||||
|
||||
extern void x_real_positions P_ ((struct frame *, int *, int *));
|
||||
|
|
Loading…
Add table
Reference in a new issue