Add DMZ cursor theme

Some day we can make this parse X cursor themes
This commit is contained in:
Kristian Høgsberg 2010-08-16 16:43:03 -04:00
parent 77a4a79559
commit 4219a407ae
19 changed files with 47 additions and 16 deletions

6
data/COPYING Normal file
View file

@ -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.

21
data/Makefile Normal file
View file

@ -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

BIN
data/bottom_left_corner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
data/bottom_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

BIN
data/grabbing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,004 B

BIN
data/left_ptr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
data/left_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
data/right_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
data/top_left_corner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
data/top_right_corner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
data/top_side.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
data/xterm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B