comparison 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
comparison
equal deleted inserted replaced
2800:0ecd4885dc09 2801:3e9ca298bb1d
129 { PIXBUF_INLINE_ICON_EXIF, icon_exif }, 129 { PIXBUF_INLINE_ICON_EXIF, icon_exif },
130 { PIXBUF_INLINE_ICON_MARKS, icon_marks }, 130 { PIXBUF_INLINE_ICON_MARKS, icon_marks },
131 { PIXBUF_INLINE_ICON_INFO, icon_info }, 131 { PIXBUF_INLINE_ICON_INFO, icon_info },
132 { PIXBUF_INLINE_ICON_SORT, icon_sort }, 132 { PIXBUF_INLINE_ICON_SORT, icon_sort },
133 { PIXBUF_INLINE_ICON_PDF, icon_pdf }, 133 { PIXBUF_INLINE_ICON_PDF, icon_pdf },
134 { PIXBUF_INLINE_ICON_DRAW_RECTANGLE, icon_draw_rectangle },
134 { NULL, NULL } 135 { NULL, NULL }
135 }; 136 };
136 137
137 GdkPixbuf *pixbuf_inline(const gchar *key) 138 GdkPixbuf *pixbuf_inline(const gchar *key)
138 { 139 {