Home
last modified time | relevance | path

Searched refs:NOTIFY_HISTMAP (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/geeqie/geeqie-1.6/src/
H A Dimage-overlay.c663 osd->notify & NOTIFY_HISTMAP) in image_osd_update_cb()
817 if ((type & (NOTIFY_HISTMAP)) && osd->imd && fd == osd->imd->image_fd) in image_osd_notify_cb()
H A Dhistogram.c214 file_data_send_notification(fd, NOTIFY_HISTMAP); in histmap_idle_cb()
H A Dbar_histogram.c144 if ((type & (NOTIFY_REREAD | NOTIFY_CHANGE | NOTIFY_HISTMAP | NOTIFY_PIXBUF)) && fd == phd->fd) in bar_pane_histogram_notify_cb()
H A Dtypedefs.h185 NOTIFY_HISTMAP = 1 << 3, /* histmap was read into fd->histmap */ enumerator