~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to screen.h

  • Committer: Matthew Fuller
  • Date: 2017-11-18 15:16:25 UTC
  • mto: This revision was merged to the branch mainline in revision 605.
  • Revision ID: fullermd@over-yonder.net-20171118151625-19u7osfj68avs6po
Now that these docs are short, collapse 'em to ///< at EOL to save a
little space.

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
        GC rootGC;   ///< GC for internal pixmaps in image.c / image_bitmap.c
712
712
        /// @}
713
713
 
714
 
        /// Stash of "Black" X color for the screen
715
 
        Pixel Black;
716
 
 
717
 
        /// Stash of "White" X color for the screen
718
 
        Pixel White;
719
 
 
 
714
        Pixel Black; ///< Stash of "Black" X color for the screen
 
715
        Pixel White; ///< Stash of "White" X color for the screen
720
716
        unsigned long XORvalue;  ///< XorValue config var, or default
721
717
 
722
718
        /// \defgroup scr_font_bits Various font settings