Add DMZ cursor theme
Some day we can make this parse X cursor themes
6
data/COPYING
Normal 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
|
|
@ -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
|
After Width: | Height: | Size: 1.1 KiB |
BIN
data/bottom_right_corner.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
data/bottom_side.png
Normal file
|
After Width: | Height: | Size: 994 B |
BIN
data/grabbing.png
Normal file
|
After Width: | Height: | Size: 1,004 B |
BIN
data/left_ptr.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
data/left_side.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
data/right_side.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
data/top_left_corner.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
data/top_right_corner.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
data/top_side.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
data/xterm.png
Normal file
|
After Width: | Height: | Size: 615 B |