diff options
| author | Joakim Verona | 2015-01-15 14:54:25 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-01-15 14:54:25 +0100 |
| commit | 0298a2c6a10bc3b79cb2f45a1961dd7ac6da4e6d (patch) | |
| tree | 6c7ea25ac137f5764d931e841598a3c1ea434ab0 /src/window.c | |
| parent | a1124bc117e41019de49c82d13d1a72a50df977d (diff) | |
| parent | 0e97c44c3699c4606a04f589828acdf9c03f447e (diff) | |
| download | emacs-0298a2c6a10bc3b79cb2f45a1961dd7ac6da4e6d.tar.gz emacs-0298a2c6a10bc3b79cb2f45a1961dd7ac6da4e6d.zip | |
merge master
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 4dec9768e2c..60ba3750f5b 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3003,7 +3003,8 @@ resize_root_window (Lisp_Object window, Lisp_Object delta, Lisp_Object horizonta | |||
| 3003 | /* Placeholder used by temacs -nw before window.el is loaded. */ | 3003 | /* Placeholder used by temacs -nw before window.el is loaded. */ |
| 3004 | DEFUN ("window--sanitize-window-sizes", Fwindow__sanitize_window_sizes, | 3004 | DEFUN ("window--sanitize-window-sizes", Fwindow__sanitize_window_sizes, |
| 3005 | Swindow__sanitize_window_sizes, 2, 2, 0, | 3005 | Swindow__sanitize_window_sizes, 2, 2, 0, |
| 3006 | doc: /* */) | 3006 | doc: /* */ |
| 3007 | attributes: const) | ||
| 3007 | (Lisp_Object frame, Lisp_Object horizontal) | 3008 | (Lisp_Object frame, Lisp_Object horizontal) |
| 3008 | { | 3009 | { |
| 3009 | return Qnil; | 3010 | return Qnil; |
| @@ -6427,7 +6428,7 @@ the return value is nil. Otherwise the value is t. */) | |||
| 6427 | /* Allow x_set_window_size again and apply frame size changes if | 6428 | /* Allow x_set_window_size again and apply frame size changes if |
| 6428 | needed. */ | 6429 | needed. */ |
| 6429 | f->can_x_set_window_size = true; | 6430 | f->can_x_set_window_size = true; |
| 6430 | adjust_frame_size (f, -1, -1, 1, 0, Qnil); | 6431 | adjust_frame_size (f, -1, -1, 1, 0, Qset_window_configuration); |
| 6431 | 6432 | ||
| 6432 | adjust_frame_glyphs (f); | 6433 | adjust_frame_glyphs (f); |
| 6433 | unblock_input (); | 6434 | unblock_input (); |