~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to mwmhints.h

  • Committer: Matthew Fuller
  • Date: 2016-06-09 15:06:43 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160609150643-hw6wpqmkd7ftcanu
Now that we're pulling stdbool into ctwm.h, we can skip explicitly
mentioning it everywhere else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _CTWM_MWMHINTS_H
2
2
#define _CTWM_MWMHINTS_H
3
3
 
4
 
#include <stdbool.h>
5
 
 
6
4
/*
7
5
 * Contents of the _MOTIF_WM_HINTS property.
8
6
 */