~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to workspace_manager.c

  • Committer: Matthew Fuller
  • Date: 2016-09-22 05:32:44 UTC
  • mto: This revision was merged to the branch mainline in revision 525.
  • Revision ID: fullermd@over-yonder.net-20160922053244-xfhpskusj2a8y7we
Pull list.h out of screen.h and #include it in the places that need
it.

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 "list.h"
46
47
#include "occupation.h"
47
48
#include "vscreen.h"
48
49
#include "win_iconify.h"