diff options
Diffstat (limited to 'src/widget.h')
| -rw-r--r-- | src/widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget.h b/src/widget.h index f64f188e158..03838a01415 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* The emacs frame widget public header file. | 1 | /* The emacs frame widget public header file. |
| 2 | Copyright (C) 1993, 2001-2011 Free Software Foundation, Inc. | 2 | Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -92,9 +92,9 @@ extern WidgetClass emacsFrameClass; | |||
| 92 | 92 | ||
| 93 | extern struct _DisplayContext* display_context; | 93 | extern struct _DisplayContext* display_context; |
| 94 | 94 | ||
| 95 | /* Special entrypoints */ | 95 | /* Special entry points */ |
| 96 | void EmacsFrameSetCharSize (Widget, int, int); | 96 | void EmacsFrameSetCharSize (Widget, int, int); |
| 97 | void widget_store_internal_border (Widget widget); | 97 | void widget_store_internal_border (Widget widget); |
| 98 | void widget_update_wm_size_hints (Widget widget); | ||
| 98 | 99 | ||
| 99 | #endif /* _EmacsFrame_h */ | 100 | #endif /* _EmacsFrame_h */ |
| 100 | |||