diff options
Diffstat (limited to 'ecore/data/images')
-rw-r--r-- | ecore/data/images/.cvsignore | 2 | ||||
-rw-r--r-- | ecore/data/images/CVS/Entries | 12 | ||||
-rw-r--r-- | ecore/data/images/CVS/Repository | 1 | ||||
-rw-r--r-- | ecore/data/images/CVS/Root | 1 | ||||
-rw-r--r-- | ecore/data/images/CVS/Tag | 1 | ||||
-rw-r--r-- | ecore/data/images/Makefile.am | 10 | ||||
-rw-r--r-- | ecore/data/images/ball.png | bin | 0 -> 2204 bytes | |||
-rw-r--r-- | ecore/data/images/bar.png | bin | 0 -> 4385 bytes | |||
-rw-r--r-- | ecore/data/images/bar_shad_above.png | bin | 0 -> 136 bytes | |||
-rw-r--r-- | ecore/data/images/bar_shad_below.png | bin | 0 -> 142 bytes | |||
-rw-r--r-- | ecore/data/images/bg.png | bin | 0 -> 60786 bytes | |||
-rw-r--r-- | ecore/data/images/crosshair.png | bin | 0 -> 875 bytes | |||
-rw-r--r-- | ecore/data/images/e_logo.png | bin | 0 -> 46481 bytes | |||
-rw-r--r-- | ecore/data/images/evas_logo.png | bin | 0 -> 19736 bytes | |||
-rw-r--r-- | ecore/data/images/shadow.png | bin | 0 -> 1169 bytes |
15 files changed, 27 insertions, 0 deletions
diff --git a/ecore/data/images/.cvsignore b/ecore/data/images/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/ecore/data/images/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/ecore/data/images/CVS/Entries b/ecore/data/images/CVS/Entries new file mode 100644 index 0000000..1b28edd --- /dev/null +++ b/ecore/data/images/CVS/Entries @@ -0,0 +1,12 @@ +/.cvsignore/1.1/Wed May 12 18:57:57 2004//THEAD +/Makefile.am/1.3/Thu Mar 10 15:19:33 2005//THEAD +/ball.png/1.2/Tue Sep 23 08:09:20 2003/-kb/THEAD +/bar.png/1.2/Tue Sep 23 08:09:20 2003/-kb/THEAD +/bar_shad_above.png/1.2/Tue Sep 23 08:09:20 2003/-kb/THEAD +/bar_shad_below.png/1.2/Tue Sep 23 08:09:20 2003/-kb/THEAD +/bg.png/1.2/Tue Sep 23 08:09:20 2003/-kb/THEAD +/crosshair.png/1.2/Tue Sep 23 08:09:21 2003/-kb/THEAD +/e_logo.png/1.2/Tue Sep 23 08:09:21 2003/-kb/THEAD +/evas_logo.png/1.2/Tue Sep 23 08:09:21 2003/-kb/THEAD +/shadow.png/1.2/Tue Sep 23 08:09:21 2003/-kb/THEAD +D diff --git a/ecore/data/images/CVS/Repository b/ecore/data/images/CVS/Repository new file mode 100644 index 0000000..db597ce --- /dev/null +++ b/ecore/data/images/CVS/Repository @@ -0,0 +1 @@ +e17/libs/ecore/data/images diff --git a/ecore/data/images/CVS/Root b/ecore/data/images/CVS/Root new file mode 100644 index 0000000..0b69fe3 --- /dev/null +++ b/ecore/data/images/CVS/Root @@ -0,0 +1 @@ +:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment diff --git a/ecore/data/images/CVS/Tag b/ecore/data/images/CVS/Tag new file mode 100644 index 0000000..3903919 --- /dev/null +++ b/ecore/data/images/CVS/Tag @@ -0,0 +1 @@ +NHEAD diff --git a/ecore/data/images/Makefile.am b/ecore/data/images/Makefile.am new file mode 100644 index 0000000..6a7d4a9 --- /dev/null +++ b/ecore/data/images/Makefile.am @@ -0,0 +1,10 @@ +MAINTAINERCLEANFILES = Makefile.in + +IMAGES = ball.png bar.png bar_shad_above.png bar_shad_below.png \ + bg.png crosshair.png e_logo.png evas_logo.png shadow.png + +imgdir = $(pkgdatadir)/images +img_DATA = $(IMAGES) + +EXTRA_DIST = $(IMAGES) + diff --git a/ecore/data/images/ball.png b/ecore/data/images/ball.png Binary files differnew file mode 100644 index 0000000..6549ac3 --- /dev/null +++ b/ecore/data/images/ball.png diff --git a/ecore/data/images/bar.png b/ecore/data/images/bar.png Binary files differnew file mode 100644 index 0000000..ed619c3 --- /dev/null +++ b/ecore/data/images/bar.png diff --git a/ecore/data/images/bar_shad_above.png b/ecore/data/images/bar_shad_above.png Binary files differnew file mode 100644 index 0000000..fda2e8a --- /dev/null +++ b/ecore/data/images/bar_shad_above.png diff --git a/ecore/data/images/bar_shad_below.png b/ecore/data/images/bar_shad_below.png Binary files differnew file mode 100644 index 0000000..7f242f8 --- /dev/null +++ b/ecore/data/images/bar_shad_below.png diff --git a/ecore/data/images/bg.png b/ecore/data/images/bg.png Binary files differnew file mode 100644 index 0000000..d3b680c --- /dev/null +++ b/ecore/data/images/bg.png diff --git a/ecore/data/images/crosshair.png b/ecore/data/images/crosshair.png Binary files differnew file mode 100644 index 0000000..612d117 --- /dev/null +++ b/ecore/data/images/crosshair.png diff --git a/ecore/data/images/e_logo.png b/ecore/data/images/e_logo.png Binary files differnew file mode 100644 index 0000000..54100d5 --- /dev/null +++ b/ecore/data/images/e_logo.png diff --git a/ecore/data/images/evas_logo.png b/ecore/data/images/evas_logo.png Binary files differnew file mode 100644 index 0000000..932555e --- /dev/null +++ b/ecore/data/images/evas_logo.png diff --git a/ecore/data/images/shadow.png b/ecore/data/images/shadow.png Binary files differnew file mode 100644 index 0000000..327567f --- /dev/null +++ b/ecore/data/images/shadow.png |