Add stock gesture images

These will be used in the shortcuts window.
This commit is contained in:
Matthias Clasen
2015-11-22 02:23:28 -05:00
parent c6dc863e90
commit 62620a5244
13 changed files with 1000 additions and 0 deletions

View File

@ -1201,6 +1201,10 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
n=`basename $$f`; \
echo " <file>cursor/$$n</file>" >> $@; \
done; \
for f in $(srcdir)/gesture/*.png; do \
n=`basename $$f`; \
echo " <file>gesture/$$n</file>" >> $@; \
done; \
for f in $(srcdir)/ui/*.ui; do \
n=`basename $$f`; \
echo " <file compressed='true'>ui/$$n</file>" >> $@; \
@ -1222,6 +1226,14 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
echo " </gresource>" >> $@; \
echo "</gresources>" >> $@;
gesture_sources = \
gesture/pinch.svg \
gesture/stretch.svg \
gesture/rotate-clockwise.svg \
gesture/rotate-anticlockwise.svg \
gesture/two-finger-swipe-left.svg \
gesture/two-finger-swipe-right.svg
theme_sources = \
theme/win32/gtk-win32.css \
theme/win32/gtk-win32-base.css \
@ -1522,6 +1534,7 @@ gsettings_SCHEMAS = \
EXTRA_DIST += \
$(resource_files) \
$(gesture_sources) \
$(theme_sources) \
$(gsettings_SCHEMAS) \
a11y/Makefile.inc \