~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to win_resize.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:
38
38
#include "drawing.h"
39
39
#include "r_area.h"
40
40
#include "r_area_list.h"
 
41
#include "r_layout.h"
41
42
#include "win_decorations.h"
42
43
#include "win_ops.h"
43
44
#include "win_resize.h"