diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2012-09-02 12:53:46 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2012-09-02 12:53:46 +0200 |
commit | 8b33967313f09a736a833816d32fd52e10640969 (patch) | |
tree | d6d23f7c8ff995144827272c45836e564f408acc /src/gtkutil.h | |
parent | 403e17698e49a7a336d0aeca5d1eb59ec37c85a5 (diff) | |
download | emacs-8b33967313f09a736a833816d32fd52e10640969.tar.gz |
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.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r-- | src/gtkutil.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index c1b6634999f..926478dd728 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -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, |