comparison src/image-overlay.h @ 621:734b6b0a3356

image_osd_get() now returns OsdShowFlags.
author zas_
date Sat, 10 May 2008 14:22:18 +0000
parents b2898f04c82e
children 57f759d012c7
comparison
equal deleted inserted replaced
620:f335373f44e5 621:734b6b0a3356
32 } OsdShowFlags; 32 } OsdShowFlags;
33 33
34 void set_default_image_overlay_template_string(ConfOptions *options); 34 void set_default_image_overlay_template_string(ConfOptions *options);
35 35
36 void image_osd_set(ImageWindow *imd, OsdShowFlags show); 36 void image_osd_set(ImageWindow *imd, OsdShowFlags show);
37 gint image_osd_get(ImageWindow *imd, OsdShowFlags *show); 37 OsdShowFlags image_osd_get(ImageWindow *imd);
38 38
39 void image_osd_update(ImageWindow *imd); 39 void image_osd_update(ImageWindow *imd);
40 40
41 void image_osd_icon(ImageWindow *imd, ImageOSDFlag flag, gint duration); 41 void image_osd_icon(ImageWindow *imd, ImageOSDFlag flag, gint duration);
42 42