~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to functions.c

  • Committer: Matthew Fuller
  • Date: 2016-07-25 06:49:48 UTC
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: fullermd@over-yonder.net-20160725064948-own2esfq6ovjsksr
Start moving generalized drawing funcs into their own file by pulling
Draw3DBorder() out of util.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "resize.h"
25
25
#include "screen.h"
26
26
#include "util.h"
 
27
#include "drawing.h"
27
28
#include "version.h"
28
29
#include "windowbox.h"
29
30
#include "captive.h"