~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to event_core.c

  • Committer: Matthew Fuller
  • Date: 2016-09-20 20:22:19 UTC
  • mfrom: (523.1.26 cleanups)
  • Revision ID: fullermd@over-yonder.net-20160920202219-ykdjyr1whmip1e5u
Cleanup organization of some window handling code.

Especially move various window-handling bits ouf of menus.c and util.c,
where they have no business being.  Create win_ops and win_util files for
much of it, as well as moving some to other existing locations they
better fit.  Do a little light commenting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
#include <X11/extensions/shape.h>
80
80
 
81
 
#include "add_window.h"
82
81
#include "animate.h"
83
82
#include "captive.h"
84
83
#include "colormaps.h"
92
91
#include "screen.h"
93
92
#include "util.h"
94
93
#include "version.h"
 
94
#include "win_utils.h"
95
95
#ifdef SOUNDS
96
96
#include "sound.h"
97
97
#endif