openbsd-ports/x11/gnome-mplayer/patches/patch-src_support_h
ajacoutot 65333f1ad9 - Change bitrate divisor from 1024 to 1000
Fix cache display problem when used as browser plugin

- Fix problem with default auto_hide value

adapted from upstream svn by David Coppa (maintainer)
2009-04-14 09:38:39 +00:00

12 lines
559 B
Plaintext

$OpenBSD: patch-src_support_h,v 1.1 2009/04/14 09:38:39 ajacoutot Exp $
--- src/support.h.orig Mon Apr 13 18:06:34 2009
+++ src/support.h Mon Apr 13 18:07:39 2009
@@ -87,6 +87,7 @@ gchar *seconds_to_string(gfloat seconds);
void init_preference_store();
gboolean read_preference_bool(gchar * key);
gint read_preference_int(gchar * key);
+gint read_preference_int_with_default(gchar * key, gint default_value);
gfloat read_preference_float(gchar * key);
gchar *read_preference_string(gchar * key);
void write_preference_bool(gchar * key, gboolean value);