view pixmaps/gen-inline-pixbufs.sh @ 14871:f20df682c8af v8.1.0447

patch 8.1.0447: GUI scrollbar test fails with Athena and Motif commit https://github.com/vim/vim/commit/586c70cdfede55a166e3564f1cb68a299d81987d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 16:23:58 2018 +0200 patch 8.1.0447: GUI scrollbar test fails with Athena and Motif Problem: GUI scrollbar test fails with Athena and Motif. Solution: When not using on-the-fly scrolling call normal_cmd().
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 16:30:05 +0200
parents 3fc0f57ecb91
children d4faa2c5211b
line wrap: on
line source

#! /bin/sh

prefix=stock_
list=

for file in "$@"
do
    name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'`
    list="$list $prefix$name $file"
done

gdk-pixbuf-csource --raw --static --build-list $list