/[emacs]/emacs/src/frame.h
ViewVC logotype

Diff of /emacs/src/frame.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.102 by kfstorm, Sat May 24 21:58:07 2003 UTC revision 1.103 by jhd, Thu Jun 26 21:18:45 2003 UTC
# Line 451  struct frame Line 451  struct frame
451    /* Set to non-zero in change_frame_size when size of frame changed    /* Set to non-zero in change_frame_size when size of frame changed
452       Clear the frame in clear_garbaged_frames if set.  */       Clear the frame in clear_garbaged_frames if set.  */
453    unsigned resized_p : 1;    unsigned resized_p : 1;
454    
455      /* Set to non-zero if the default face for the frame has been
456         realized.  Reset to zero whenever the default face changes.
457         Used to see the difference between a font change and face change.  */
458      unsigned default_face_done_p : 1;
459  };  };
460    
461  #ifdef MULTI_KBOARD  #ifdef MULTI_KBOARD

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26