summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2021-04-30 13:25:34 (GMT)
committerculler <culler>2021-04-30 13:25:34 (GMT)
commit83f8e7abcd6153d5bab049fc822abee896c972b4 (patch)
tree9a70dd5538acc0fa8b40ab069642f29c51cd3394
parent671154ccc5c0ce1f8249c44583bca497ea860b84 (diff)
downloadtk-83f8e7abcd6153d5bab049fc822abee896c972b4.zip
tk-83f8e7abcd6153d5bab049fc822abee896c972b4.tar.gz
tk-83f8e7abcd6153d5bab049fc822abee896c972b4.tar.bz2
Edit comment
-rw-r--r--macosx/tkMacOSXWm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index a4bc102..15cc264 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -6448,12 +6448,12 @@ TkpWmSetState(
/*
* Make sure windows are updated before the state change. As an exception,
- * do not do process idle tasks before withdrawing a window. The purpose of
- * this is to support the common paradigm of immediately withdrawing the root
- * window. Processing idle tasks before changing the state causes the root
- * to briefly flash on the screen, which users of this paradigm find annoying.
- * Not processing the events does not guarantee that the window will not appear
- * but it makes it more likely.
+ * do not process idle tasks before withdrawing a window. The purpose of
+ * this is to support the common paradigm of immediately withdrawing the
+ * root window. Processing idle tasks before changing the state causes the
+ * root to briefly flash on the screen, which users of this paradigm find
+ * annoying. Not processing the events does not guarantee that the window
+ * will not appear but makes it more likely.
*/
if (state != WithdrawnState) {