emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d845ccb7cf: * src/xterm.c: Fix commentary on GTK client side wind


From: Po Lu
Subject: master d845ccb7cf: * src/xterm.c: Fix commentary on GTK client side windows.
Date: Wed, 2 Mar 2022 22:40:17 -0500 (EST)

branch: master
commit d845ccb7cfeeffc68fe49276d5cd16b0dfac64a2
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * src/xterm.c: Fix commentary on GTK client side windows.
---
 src/xterm.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/xterm.c b/src/xterm.c
index 6489a18f90..b6c200a27a 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/>.  */
   to X windows, since the toolkit might decide to keep only a
   client-side record of the widgets for performance reasons.
 
-  Because the GtkFixed widget that holds the "edit area" never
-  corresponds to an X window, drawing operations are directly
+  Because the GtkFixed widget that holds the "edit area" might not
+  correspond to an X window, drawing operations may be directly
   performed on the outer window, with special care taken to not
   overwrite the surrounding GTK widgets.  This also means that the
   only important window for most purposes is the outer window, which
-  on GTK builds can also be accessed using the macro
+  on GTK builds can usually be accessed using the macro
   `FRAME_X_WINDOW'.
 
   How `handle_one_xevent' is called also depends on the configuration.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]