diff options
| author | Jan Djärv | 2011-12-03 20:15:20 +0100 |
|---|---|---|
| committer | Jan Djärv | 2011-12-03 20:15:20 +0100 |
| commit | c052ead41f5a53da9cc32e7697005fac3506a858 (patch) | |
| tree | 77d08775bc63f3abc493bde421d90d0abc01fc2a /src/widget.h | |
| parent | cac8708fdec06853fcdaefe4651ebb71c61eebc7 (diff) | |
| download | emacs-c052ead41f5a53da9cc32e7697005fac3506a858.tar.gz emacs-c052ead41f5a53da9cc32e7697005fac3506a858.zip | |
* widget.c (update_wm_hints): Return if wmshell is null.
(widget_update_wm_size_hints): New function.
* widget.h (widget_update_wm_size_hints): Declare.
* xterm.c (x_wm_set_size_hint): If USE_X_TOOLKIT, call
widget_update_wm_size_hints.
Fixes: debbugs:10104
Diffstat (limited to 'src/widget.h')
| -rw-r--r-- | src/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget.h b/src/widget.h index b5b4147b167..11041d54ad0 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -95,5 +95,6 @@ extern struct _DisplayContext* display_context; | |||
| 95 | /* Special entry points */ | 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 */ |