~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to ctwm.h

  • Committer: Matthew Fuller
  • Date: 2014-07-23 19:03:10 UTC
  • mto: This revision was merged to the branch mainline in revision 327.
  • Revision ID: fullermd@over-yonder.net-20140723190310-rna1fqhgr03xkbqu
Move a #define over to the only place it's used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
#define MAXVIRTUALSCREENS (sizeof (int))
101
101
 
102
 
#define PIXEL_ALREADY_TYPEDEFED         /* for Xmu/Drawing.h */
103
 
 
104
102
#ifdef SIGNALRETURNSINT
105
103
#define SIGNAL_T int
106
104
#define SIGNAL_RETURN return 0