~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to workspace_manager.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:
43
43
#include "cursor.h"
44
44
#include "image.h"
45
45
#include "drawing.h"
 
46
#include "win_iconify.h"
46
47
#include "workspace_manager.h"
47
48
#include "workspace_utils.h"
48
49