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

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