~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to events.c

  • Committer: Matthew Fuller
  • Date: 2016-09-03 04:29:20 UTC
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: fullermd@over-yonder.net-20160903042920-4m0rvevk8z1dejcs
Bust functions related to iconifying/deiconifying windows out of
menus.c (the obvious place) and into their own file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
#include "version.h"
97
97
#include "image.h"
98
98
#include "functions.h"
 
99
#include "win_iconify.h"
99
100
#include "win_regions.h"
100
101
#include "workspace_manager.h"
101
102
#include "workspace_utils.h"