summaryrefslogtreecommitdiff
path: root/src/backend/video-utils.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-01-05 19:51:18 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-01-05 19:51:18 +0000
commit08912eda9ff5eb5a7209de693fb287086dfbb202 (patch)
tree43e2b8a2ac99f06029558c5844e643a2f8a9ae9c /src/backend/video-utils.h
parentd9e02a5d94bbd898fa7d5ff5582415b3c02c0aa3 (diff)
downloadtotem-08912eda9ff5eb5a7209de693fb287086dfbb202.tar.gz
Use the media icons from GTK+, including the forward/rewind buttons, use
2005-01-05 Bastien Nocera <hadess@hadess.net> * data/totem.glade: * src/totem-stock-icons.c: (totem_set_default_icons), (totem_named_icons_init): * src/totem-stock-icons.h: * src/totem-video-thumbnailer.c: (add_holes_to_pixbuf_small), (main): * src/totem.c: (play_pause_set_label): * src/video-utils.c: * src/video-utils.h: Use the media icons from GTK+, including the forward/rewind buttons, use gdk_pixbuf_flip instead of our home-grown, use the thread-safe g_usleep instead of usleep in the thumbnailer
Diffstat (limited to 'src/backend/video-utils.h')
-rw-r--r--src/backend/video-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/video-utils.h b/src/backend/video-utils.h
index 5a0129f61..0fb8b7a5a 100644
--- a/src/backend/video-utils.h
+++ b/src/backend/video-utils.h
@@ -12,7 +12,6 @@ guint8 *yv12torgb (guint8 *src_y, guint8 *src_u, guint8 *src_v,
void totem_create_symlinks (const char *orig, const char *dest);
gboolean totem_display_is_local (void);
-void totem_pixbuf_mirror (GdkPixbuf *pixbuf);
char *totem_time_to_string (gint64 msecs);
char *totem_time_to_string_text (gint64 msecs);