comparison src/image.h @ 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 8bcdac2603d3
children
comparison
equal deleted inserted replaced
2800:0ecd4885dc09 2801:3e9ca298bb1d
148 gdouble zoom); 148 gdouble zoom);
149 149
150 /* reset default options */ 150 /* reset default options */
151 void image_options_sync(void); 151 void image_options_sync(void);
152 152
153 void image_get_rectangle(gint *x1, gint *y1, gint *x2, gint *y2);
153 154
154 #endif 155 #endif
155 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 156 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */