~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to workspace_config.c

  • Committer: Matthew Fuller
  • Date: 2016-09-11 15:41:36 UTC
  • mto: This revision was merged to the branch mainline in revision 522.
  • Revision ID: fullermd@over-yonder.net-20160911154136-mrh2qth2nh2pxcqq
tracefile is used broadly across the code for debug output.  Move it
to util.[ch]; it's maybe a little wrong there, but it's _very_ wrong
having it as part of the event code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include "image.h"
12
12
#include "list.h"
13
 
#include "occupation.h"
14
13
#include "screen.h"
15
14
#include "util.h"
16
15
#include "workspace_config.h"