aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPhilipp Stephani2017-08-27 12:38:46 +0200
committerPhilipp Stephani2017-08-27 14:45:58 +0200
commitfe49aa17d505f13926eac2212b89effec9bd3c98 (patch)
tree0e18167d26acdf2e4880041a4d2ae3c7a7f17464 /src/xterm.c
parent208a3cb05f4d954abc9dd6c8cd858ef2bedd7cb4 (diff)
downloademacs-fe49aa17d505f13926eac2212b89effec9bd3c98.tar.gz
emacs-fe49aa17d505f13926eac2212b89effec9bd3c98.zip
Always use gtk_window_move in new versions
* src/gtkutil.c (my_log_handler): Don’t define in new versions of GTK+. (xg_set_geometry): Always use gtk_window_move in new versions of GTK+. * src/xterm.c (syms_of_xterm): Document that x-gtk-use-window-move is ignored. * lisp/subr.el (x-gtk-use-window-move): Make obsolete.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index d9a6df75d97..eff1519bf48 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -13311,6 +13311,7 @@ transition between the various maximization states. */);
13311 doc: /* Non-nil means rely on gtk_window_move to set frame positions. 13311 doc: /* Non-nil means rely on gtk_window_move to set frame positions.
13312If this variable is t (the default), the GTK build uses the function 13312If this variable is t (the default), the GTK build uses the function
13313gtk_window_move to set or store frame positions and disables some time 13313gtk_window_move to set or store frame positions and disables some time
13314consuming frame position adjustments. */); 13314consuming frame position adjustments. In newer versions of GTK, Emacs
13315always uses gtk_window_move and ignores the value of this variable. */);
13315 x_gtk_use_window_move = true; 13316 x_gtk_use_window_move = true;
13316} 13317}