~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to add_window.c

  • Committer: Matthew Fuller
  • Date: 2018-09-03 01:00:50 UTC
  • mto: (614.1.31 randr)
  • mto: This revision was merged to the branch mainline in revision 644.
  • Revision ID: fullermd@over-yonder.net-20180903010050-sch0zw0zbmnvwr9w
r_layout.h includes r_structs.h, so including it in screen.h
effectively makes r_structs.h part of every file.  Pull that out and
bring r_layout.h into the relatively fewer files that need it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
#include "otp.h"
53
53
#include "parse.h"
54
54
#include "r_area.h"
 
55
#include "r_layout.h"
55
56
#include "screen.h"
56
57
#include "session.h"
57
58
#include "util.h"