changeset 29617:14aa31254532

(x_set_frame_parameters): Comment fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 13 Jun 2000 13:21:40 +0000
parents 8d7a0f575a0e
children e38bc8c4c7b3
files src/xfns.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Tue Jun 13 13:21:16 2000 +0000
+++ b/src/xfns.c	Tue Jun 13 13:21:40 2000 +0000
@@ -817,8 +817,10 @@
 }
 
 /* Change the parameters of frame F as specified by ALIST.
-   If a parameter is not specially recognized, do nothing;
-   otherwise call the `x_set_...' function for that parameter.  */
+   If a parameter is not specially recognized, do nothing special;
+   otherwise call the `x_set_...' function for that parameter.
+   Except for certain geometry properties, always call store_frame_param
+   to store the new value in the parameter alist.  */
 
 void
 x_set_frame_parameters (f, alist)