diff options
Diffstat (limited to 'src/widget.h')
-rw-r--r-- | src/widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget.h b/src/widget.h index 07cc665b355..2906d5ff9ec 100644 --- a/src/widget.h +++ b/src/widget.h @@ -1,5 +1,5 @@ /* The emacs frame widget public header file. - Copyright (C) 1993, 2001-2017 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2022 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -97,6 +97,6 @@ extern struct _DisplayContext *display_context; /* Special entry points */ void EmacsFrameSetCharSize (Widget, int, int); void widget_store_internal_border (Widget widget); -void widget_update_wm_size_hints (Widget widget); +void widget_update_wm_size_hints (Widget widget, Widget frame); #endif /* _EmacsFrame_h */ |