Fix #886: Path copying does not work until the user left-clicks a node in the treeview
[geeqie.git] / src / pixbuf_util.h
index fe124fb..6c8347c 100644 (file)
@@ -73,6 +73,18 @@ gboolean pixbuf_scale_aspect(gint req_w, gint req_h, gint old_w, gint old_h, gin
 #define PIXBUF_INLINE_ICON_SELECT_INVERT       "icon_select_invert"
 #define PIXBUF_INLINE_ICON_SELECT_RECTANGLE    "icon_select_rectangle"
 #define PIXBUF_INLINE_ICON_FILE_FILTER "icon_file_filter"
+#define PIXBUF_INLINE_ICON_TRASH       "icon_trash"
+#define PIXBUF_INLINE_ICON_HEIF        "icon_heic"
+#define PIXBUF_INLINE_ICON_GRAYSCALE   "icon_grayscale"
+#define PIXBUF_INLINE_ICON_EXPOSURE            "icon_exposure"
+#define PIXBUF_INLINE_SPLIT_PANE_SYNC  "icon_split_pane_sync"
+
+#define PIXBUF_INLINE_ICON_CW  "icon_rotate_clockwise"
+#define PIXBUF_INLINE_ICON_CCW "icon_rotate_counter_clockwise"
+#define PIXBUF_INLINE_ICON_180 "icon_rotate_180"
+#define PIXBUF_INLINE_ICON_MIRROR      "icon_mirror"
+#define PIXBUF_INLINE_ICON_FLIP        "icon_flip"
+#define PIXBUF_INLINE_ICON_ORIGINAL    "icon_original"
 
 GdkPixbuf *pixbuf_copy_rotate_90(GdkPixbuf *src, gboolean counter_clockwise);
 GdkPixbuf *pixbuf_copy_mirror(GdkPixbuf *src, gboolean mirror, gboolean flip);
@@ -121,7 +133,10 @@ void pixbuf_draw_shadow(GdkPixbuf *pb,
 
 void pixbuf_desaturate_rect(GdkPixbuf *pb,
                            gint x, gint y, gint w, gint h);
-
+void pixbuf_highlight_overunderexposed(GdkPixbuf *pb,
+                           gint x, gint y, gint w, gint h);
+void pixbuf_ignore_alpha_rect(GdkPixbuf *pb,
+                 gint x, gint y, gint w, gint h);
 
 /* clipping utils */