aboutsummaryrefslogtreecommitdiffstats
path: root/trace-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-compat.h')
-rw-r--r--trace-compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-compat.h b/trace-compat.h
index 2eed192..fa11a35 100644
--- a/trace-compat.h
+++ b/trace-compat.h
@@ -22,6 +22,7 @@
22#define _TRACE_COMPAT_H 22#define _TRACE_COMPAT_H
23 23
24#include <gtk/gtk.h> 24#include <gtk/gtk.h>
25#include <stdarg.h>
25 26
26#define CALC_GTK_VERSION(maj, min, ext) ((maj << 16) + (min << 8) + ext) 27#define CALC_GTK_VERSION(maj, min, ext) ((maj << 16) + (min << 8) + ext)
27 28
@@ -46,6 +47,8 @@ gdouble gtk_adjustment_get_lower(GtkAdjustment *adj);
46gboolean gtk_show_uri(GdkScreen *screen, const gchar *uri, 47gboolean gtk_show_uri(GdkScreen *screen, const gchar *uri,
47 guint32 timestamp, GError **error); 48 guint32 timestamp, GError **error);
48 49
50void g_string_vprintf(GString *string, const gchar *format, va_list args);
51
49#endif /* version < 2.14.0 */ 52#endif /* version < 2.14.0 */
50 53
51#if GTK_VERSION < CALC_GTK_VERSION(2,12,0) 54#if GTK_VERSION < CALC_GTK_VERSION(2,12,0)