diff options
| author | K. Handa | 2015-01-07 22:51:41 +0900 |
|---|---|---|
| committer | K. Handa | 2015-01-07 22:51:41 +0900 |
| commit | 88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf (patch) | |
| tree | 18da116400703b67738bdbbd38cc4abf4c1e929f /src/xterm.c | |
| parent | 3f79d3131629f73da16ec121d2a0056f11b70e65 (diff) | |
| parent | 95295df44cc2b6e0e2442aeff96b0fe2ceac405c (diff) | |
| download | emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.tar.gz emacs-88bc8332eb14bcc4780fd3fe3dd4de2205c31dbf.zip | |
Merge branch master of git.sv.gnu.org:/srv/git/emacs.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/xterm.c b/src/xterm.c index 892562bd612..05d04c8cc65 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1993-2014 Free Software Foundation, Inc. | 3 | Copyright (C) 1989, 1993-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -180,17 +180,9 @@ static Time ignore_next_mouse_click_timeout; | |||
| 180 | 180 | ||
| 181 | static int x_noop_count; | 181 | static int x_noop_count; |
| 182 | 182 | ||
| 183 | static Lisp_Object Qalt, Qhyper, Qmeta, Qsuper, Qmodifier_value; | ||
| 184 | |||
| 185 | static Lisp_Object Qvendor_specific_keysyms; | ||
| 186 | static Lisp_Object Qlatin_1; | ||
| 187 | |||
| 188 | #ifdef USE_GTK | 183 | #ifdef USE_GTK |
| 189 | /* The name of the Emacs icon file. */ | 184 | /* The name of the Emacs icon file. */ |
| 190 | static Lisp_Object xg_default_icon_file; | 185 | static Lisp_Object xg_default_icon_file; |
| 191 | |||
| 192 | /* Used in gtkutil.c. */ | ||
| 193 | Lisp_Object Qx_gtk_map_stock; | ||
| 194 | #endif | 186 | #endif |
| 195 | 187 | ||
| 196 | /* Some functions take this as char *, not const char *. */ | 188 | /* Some functions take this as char *, not const char *. */ |
| @@ -9542,7 +9534,7 @@ x_set_window_size_1 (struct frame *f, bool change_gravity, | |||
| 9542 | x_wait_for_event (f, ConfigureNotify); | 9534 | x_wait_for_event (f, ConfigureNotify); |
| 9543 | else | 9535 | else |
| 9544 | { | 9536 | { |
| 9545 | change_frame_size (f, pixelwidth, pixelheight, false, true, false, true); | 9537 | change_frame_size (f, width, height, false, true, false, true); |
| 9546 | x_sync (f); | 9538 | x_sync (f); |
| 9547 | } | 9539 | } |
| 9548 | } | 9540 | } |