# HG changeset patch # User Stephen J. Turnbull # Date 1227193192 -32400 # Node ID 56e67d42eb04dc62fd3c8d5950209f941e0f21ee # Parent 2669b1b7e33b70dad0f42a94629ab3afeffa9b55 Clarify comment in struct x_frame. diff -r 2669b1b7e33b -r 56e67d42eb04 src/ChangeLog --- a/src/ChangeLog Sat Jan 31 13:06:37 2009 +0000 +++ b/src/ChangeLog Thu Nov 20 23:59:52 2008 +0900 @@ -137,6 +137,10 @@ * input-method-xlib.c: Use Xt_RESOURCE. +2008-11-20 Stephen J. Turnbull + + * console-x-impl.h (struct x_frame): Clarify comment. + 2008-11-01 Stephen J. Turnbull * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. diff -r 2669b1b7e33b -r 56e67d42eb04 src/console-x-impl.h --- a/src/console-x-impl.h Sat Jan 31 13:06:37 2009 +0000 +++ b/src/console-x-impl.h Thu Nov 20 23:59:52 2008 +0900 @@ -332,7 +332,7 @@ or partially hidden by another X window */ unsigned int totally_visible_p :1; - /* NB: Both of the following flags are derivable from the 'shell' + /* NB: Both of the following flags are derivable from the 'widget' field above, but it's easier if we also have them separately here. */ /* Are we a top-level frame? This means that our shell is a