comparison src/frame.h @ 6183:242d3fed9285

Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Thu, 03 Mar 1994 21:28:36 +0000
parents ac0f9da25111
children b473ea5a3473
comparison
equal deleted inserted replaced
6182:472277144da6 6183:242d3fed9285
176 at the next redisplay. 176 at the next redisplay.
177 177
178 These should probably be considered read-only by everyone except 178 These should probably be considered read-only by everyone except
179 FRAME_SAMPLE_VISIBILITY. 179 FRAME_SAMPLE_VISIBILITY.
180 180
181 This two are mutually exclusive. They might both be zero, if the 181 These two are mutually exclusive. They might both be zero, if the
182 frame has been made invisible without an icon. */ 182 frame has been made invisible without an icon. */
183 char visible, iconified; 183 char visible, iconified;
184 184
185 /* Asynchronous input handlers change these, and 185 /* Asynchronous input handlers change these, and
186 FRAME_SAMPLE_VISIBILITY copies them into visible and iconified. 186 FRAME_SAMPLE_VISIBILITY copies them into visible and iconified.