comparison src/image-overlay.c @ 1498:5f49f305a6b6

improved debug messages
author nadvornik
date Tue, 31 Mar 2009 20:05:16 +0000
parents a10d70ae85e9
children 24a12aa0cb54
comparison
equal deleted inserted replaced
1497:2c54f3f71634 1498:5f49f305a6b6
968 { 968 {
969 OverlayStateData *osd = data; 969 OverlayStateData *osd = data;
970 970
971 if ((type & (NOTIFY_HISTMAP)) && osd->imd && fd == osd->imd->image_fd) 971 if ((type & (NOTIFY_HISTMAP)) && osd->imd && fd == osd->imd->image_fd)
972 { 972 {
973 DEBUG_1("Notify osd: %s %04x", fd->path, type);
973 osd->notify |= type; 974 osd->notify |= type;
974 image_osd_update_schedule(osd, FALSE); 975 image_osd_update_schedule(osd, FALSE);
975 } 976 }
976 } 977 }
977 978