From adam@uunet.pipex.com Mon Apr 21 09:23:00 1997 Date: Mon, 21 Apr 1997 13:24:50 GMT From: "Adam D. Moss" To: gimp-developer@scam.xcf.berkeley.edu Subject: [gimp-devel][patch] displace.c patch This diff in displace.c makes sure that it only offers greyscale images in the displace-map menu. 715c715,716 < gimp_drawable_height (drawable_id) == drawable->height) --- > gimp_drawable_height (drawable_id) == drawable->height && > gimp_drawable_gray (drawable_id))