Prototype for x_wm_set_size_hint restored.

* frame.h: Add missing prototype for x_wm_set_size_hint.

* gtkutil.h: Remove prototype for x_wm_set_size_hint.
This commit is contained in:
Jan Djärv 2012-09-02 12:53:46 +02:00
parent 403e17698e
commit 8b33967313
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.h: Remove prototype for x_wm_set_size_hint.
* frame.h: Add missing prototype for x_wm_set_size_hint.
2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.

View file

@ -1206,6 +1206,7 @@ extern Lisp_Object Qrun_hook_with_args;
extern void x_set_scroll_bar_default_width (struct frame *);
extern void x_set_offset (struct frame *, int, int, int);
extern void x_wm_set_icon_position (struct frame *, int, int);
extern void x_wm_set_size_hint (FRAME_PTR f, long flags, int user_position);
extern Lisp_Object x_new_font (struct frame *, Lisp_Object, int);

View file

@ -150,9 +150,6 @@ extern GdkCursor * xg_create_default_cursor (Display *dpy);
extern int xg_create_frame_widgets (FRAME_PTR f);
extern void xg_free_frame_widgets (FRAME_PTR f);
extern void x_wm_set_size_hint (FRAME_PTR f,
long flags,
int user_position);
extern void xg_set_background_color (FRAME_PTR f, unsigned long bg);
extern int xg_check_special_colors (struct frame *f,
const char *color_name,