~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to otp.c

  • Committer: Matthew Fuller
  • Date: 2014-09-28 09:26:10 UTC
  • mfrom: (338.1.8 confighify)
  • Revision ID: fullermd@over-yonder.net-20140928092610-7y23v3cjzw7nos2d
Convert from using piles of -D compiler flags over to using a
generated header file for config params.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include <stdio.h>
35
35
#include <assert.h>
 
36
#include "ctwm.h"
36
37
#include "otp.h"
37
 
#include "ctwm.h"
38
38
#include "screen.h"
39
39
#include "util.h"
40
40
#include "icons.h"