diff src/pixbuf_util.c @ 2801:3e9ca298bb1d

Fix #251: Crop simulation Menu option to draw a rectangle. Rectangle co-ordinates can be obtained with the remote command: --remote --get-rectangle
author Colin Clark <colin.clark@cclark.uk>
date Fri, 20 Jul 2018 17:45:10 +0100
parents ea4163f0c769
children 865f7eab9b6d
line wrap: on
line diff
--- a/src/pixbuf_util.c	Thu Jul 19 10:56:46 2018 +0100
+++ b/src/pixbuf_util.c	Fri Jul 20 17:45:10 2018 +0100
@@ -131,6 +131,7 @@
 	{ PIXBUF_INLINE_ICON_INFO,	icon_info },
 	{ PIXBUF_INLINE_ICON_SORT,	icon_sort },
 	{ PIXBUF_INLINE_ICON_PDF,	icon_pdf },
+	{ PIXBUF_INLINE_ICON_DRAW_RECTANGLE,	icon_draw_rectangle },
 	{ NULL, NULL }
 };