~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to occupation.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:
26
26
#include "screen.h"
27
27
#include "otp.h"
28
28
#include "util.h"
 
29
#include "win_iconify.h"
29
30
#include "win_regions.h"
30
31
#include "workspace_manager.h"
31
32
#include "workspace_utils.h"