aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xterm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 6489a18f904..b6c200a27a0 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -309,12 +309,12 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
309 to X windows, since the toolkit might decide to keep only a 309 to X windows, since the toolkit might decide to keep only a
310 client-side record of the widgets for performance reasons. 310 client-side record of the widgets for performance reasons.
311 311
312 Because the GtkFixed widget that holds the "edit area" never 312 Because the GtkFixed widget that holds the "edit area" might not
313 corresponds to an X window, drawing operations are directly 313 correspond to an X window, drawing operations may be directly
314 performed on the outer window, with special care taken to not 314 performed on the outer window, with special care taken to not
315 overwrite the surrounding GTK widgets. This also means that the 315 overwrite the surrounding GTK widgets. This also means that the
316 only important window for most purposes is the outer window, which 316 only important window for most purposes is the outer window, which
317 on GTK builds can also be accessed using the macro 317 on GTK builds can usually be accessed using the macro
318 `FRAME_X_WINDOW'. 318 `FRAME_X_WINDOW'.
319 319
320 How `handle_one_xevent' is called also depends on the configuration. 320 How `handle_one_xevent' is called also depends on the configuration.