~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to mask_screen.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:
8
8
 
9
9
#include <sys/select.h>
10
10
 
 
11
#include "util.h"
11
12
#include "decorations.h"
12
13
#include "screen.h"
13
14
#include "icons.h"
14
15
#include "cursor.h"
15
16
#include "image.h"
16
17
#include "gram.tab.h"
17
 
#include "list.h"
18
 
#include "vscreen.h"
19
 
#include "win_utils.h"
20
18
#include "workspace_manager.h"
21
19
 
22
20
#include "mask_screen.h"