diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-16 16:43:03 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-16 16:43:50 -0400 |
commit | 4219a407aee063460b296fbc7e3dfa2e2157edaf (patch) | |
tree | db17ffd54fb7922809af8697818acce14a8850ff /data | |
parent | 77a4a795596fc43e67fb9d752d565b43c30d580f (diff) |
Add DMZ cursor theme
Some day we can make this parse X cursor themes
Diffstat (limited to 'data')
-rw-r--r-- | data/COPYING | 6 | ||||
-rw-r--r-- | data/Makefile | 21 | ||||
-rw-r--r-- | data/bottom_left_corner.png | bin | 0 -> 1100 bytes | |||
-rw-r--r-- | data/bottom_right_corner.png | bin | 0 -> 1033 bytes | |||
-rw-r--r-- | data/bottom_side.png | bin | 0 -> 994 bytes | |||
-rw-r--r-- | data/grabbing.png | bin | 0 -> 1004 bytes | |||
-rw-r--r-- | data/left_ptr.png | bin | 0 -> 1046 bytes | |||
-rw-r--r-- | data/left_side.png | bin | 0 -> 1141 bytes | |||
-rw-r--r-- | data/right_side.png | bin | 0 -> 1051 bytes | |||
-rw-r--r-- | data/top_left_corner.png | bin | 0 -> 1251 bytes | |||
-rw-r--r-- | data/top_right_corner.png | bin | 0 -> 1163 bytes | |||
-rw-r--r-- | data/top_side.png | bin | 0 -> 1116 bytes | |||
-rw-r--r-- | data/xterm.png | bin | 0 -> 615 bytes |
13 files changed, 27 insertions, 0 deletions
diff --git a/data/COPYING b/data/COPYING new file mode 100644 index 0000000..b9d6c37 --- /dev/null +++ b/data/COPYING @@ -0,0 +1,6 @@ +(c) 2007-2010 Novell, Inc. + +This work is licenced under the Creative Commons Attribution-Share Alike 3.0 +United States License. To view a copy of this licence, visit +http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative +Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. diff --git a/data/Makefile b/data/Makefile new file mode 100644 index 0000000..3a44a1b --- /dev/null +++ b/data/Makefile @@ -0,0 +1,21 @@ +include ../config.mk + +cursor_images = \ + bottom_left_corner.png \ + bottom_right_corner.png \ + bottom_side.png \ + grabbing.png \ + left_ptr.png \ + left_side.png \ + right_side.png \ + top_left_corner.png \ + top_right_corner.png \ + top_side.png \ + xterm.png + + +all : + +install : + install -d $(datadir)/wayland + install $(cursor_images) $(datadir)/wayland diff --git a/data/bottom_left_corner.png b/data/bottom_left_corner.png Binary files differnew file mode 100644 index 0000000..2d4370f --- /dev/null +++ b/data/bottom_left_corner.png diff --git a/data/bottom_right_corner.png b/data/bottom_right_corner.png Binary files differnew file mode 100644 index 0000000..768e777 --- /dev/null +++ b/data/bottom_right_corner.png diff --git a/data/bottom_side.png b/data/bottom_side.png Binary files differnew file mode 100644 index 0000000..ac7c70e --- /dev/null +++ b/data/bottom_side.png diff --git a/data/grabbing.png b/data/grabbing.png Binary files differnew file mode 100644 index 0000000..0469459 --- /dev/null +++ b/data/grabbing.png diff --git a/data/left_ptr.png b/data/left_ptr.png Binary files differnew file mode 100644 index 0000000..c42ac55 --- /dev/null +++ b/data/left_ptr.png diff --git a/data/left_side.png b/data/left_side.png Binary files differnew file mode 100644 index 0000000..2e2fab5 --- /dev/null +++ b/data/left_side.png diff --git a/data/right_side.png b/data/right_side.png Binary files differnew file mode 100644 index 0000000..d49b114 --- /dev/null +++ b/data/right_side.png diff --git a/data/top_left_corner.png b/data/top_left_corner.png Binary files differnew file mode 100644 index 0000000..25c4e84 --- /dev/null +++ b/data/top_left_corner.png diff --git a/data/top_right_corner.png b/data/top_right_corner.png Binary files differnew file mode 100644 index 0000000..fb7727c --- /dev/null +++ b/data/top_right_corner.png diff --git a/data/top_side.png b/data/top_side.png Binary files differnew file mode 100644 index 0000000..bf351f1 --- /dev/null +++ b/data/top_side.png diff --git a/data/xterm.png b/data/xterm.png Binary files differnew file mode 100644 index 0000000..dc054c9 --- /dev/null +++ b/data/xterm.png |