~ubuntu-branches/ubuntu/precise/xcircuit/precise

« back to all changes in this revision

Viewing changes to tool_bar.h

  • Committer: Bazaar Package Importer
  • Author(s): Aanjhan Ranganathan
  • Date: 2006-04-18 23:51:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060418235139-s49pkhwdzxvsxm5k
Tags: 3.4.21-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#ifdef HAVE_XPM
4
4
 
 
5
#ifndef XC_WIN32
5
6
#include <X11/xpm.h>
 
7
#endif
6
8
 
7
9
#include "lib/pixmaps/a.xpm"
8
10
#include "lib/pixmaps/b.xpm"
18
20
#include "lib/pixmaps/pz.xpm"
19
21
#include "lib/pixmaps/li.xpm"
20
22
#include "lib/pixmaps/mk.xpm"
 
23
#include "lib/pixmaps/mv.xpm"
21
24
#include "lib/pixmaps/po2.xpm"
22
25
#include "lib/pixmaps/pu2.xpm"
23
26
#include "lib/pixmaps/i.xpm"
30
33
#include "lib/pixmaps/z5.xpm"
31
34
#include "lib/pixmaps/pl.xpm"
32
35
#include "lib/pixmaps/pm.xpm"
 
36
#include "lib/pixmaps/pn.xpm"
 
37
#include "lib/pixmaps/w.xpm"
33
38
 
34
39
#endif