]> git.donarmstrong.com Git - xournal.git/blobdiff - src/xo-paint.h
paste images and text directly from and to other applications
[xournal.git] / src / xo-paint.h
index 8d69bd68efed31358f82d5a03894aefcec003b77..9a30df86c2001ec4b334e4c4780b834b142c0a50 100644 (file)
@@ -52,5 +52,6 @@ void end_text(void);
 void update_text_item_displayfont(struct Item *item);
 void rescale_text_items(void);
 struct Item *click_is_in_text(struct Layer *layer, double x, double y);
+struct Item *click_is_in_text_or_image(struct Layer *layer, double x, double y);
 void refont_text_item(struct Item *item, gchar *font_name, double font_size);
 void process_font_sel(gchar *str);