comparison src/console-x-impl.h @ 4584:56e67d42eb04

Clarify comment in struct x_frame.
author Stephen J. Turnbull <stephen@xemacs.org>
date Thu, 20 Nov 2008 23:59:52 +0900
parents 374186f156d5
children a6c778975d7d e0db3c197671
comparison
equal deleted inserted replaced
4583:2669b1b7e33b 4584:56e67d42eb04
330 /* 1 if the frame is completely visible on the display, 0 otherwise. 330 /* 1 if the frame is completely visible on the display, 0 otherwise.
331 if 0 the frame may have been iconified or may be totally 331 if 0 the frame may have been iconified or may be totally
332 or partially hidden by another X window */ 332 or partially hidden by another X window */
333 unsigned int totally_visible_p :1; 333 unsigned int totally_visible_p :1;
334 334
335 /* NB: Both of the following flags are derivable from the 'shell' 335 /* NB: Both of the following flags are derivable from the 'widget'
336 field above, but it's easier if we also have them separately here. */ 336 field above, but it's easier if we also have them separately here. */
337 337
338 /* Are we a top-level frame? This means that our shell is a 338 /* Are we a top-level frame? This means that our shell is a
339 TopLevelShell, and we should do certain things to interact with 339 TopLevelShell, and we should do certain things to interact with
340 the window manager. */ 340 the window manager. */