~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to functions.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:
21
21
#include "event_handlers.h"
22
22
#include "iconmgr.h"
23
23
#include "icons.h"
 
24
#include "list.h" // for match()
24
25
#include "otp.h"
25
26
#include "parse.h"
26
27
#include "resize.h"