~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to icons_builtin.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:
6
6
 
7
7
#include <stdlib.h>
8
8
 
9
 
#include "util.h"
 
9
#include "drawing.h"
10
10
#include "screen.h"
11
11
#include "iconmgr.h"
12
12