summaryrefslogtreecommitdiff
path: root/multimedia/xine-ui/patches/patch-bc
blob: 15117f18db3232f5543ec31561aef912ea3492f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bc,v 1.1 2007/02/17 22:48:18 salo Exp $

--- src/xitk/xine-toolkit/xitk.h.orig	2004-12-16 22:35:30.000000000 +0100
+++ src/xitk/xine-toolkit/xitk.h	2007-02-17 21:56:02.000000000 +0100
@@ -2310,7 +2310,8 @@ xitk_window_t *xitk_window_dialog_checkb
                                                          char *checkbox_label, int checkbox_state,
                                                          xitk_state_callback_t cb3,
 							 void *userdata, 
-							 int window_width, int align, char *message, ...);
+							 int window_width, int align, char *message, ...)
+  __attribute__((__format__(__printf__, 13, 14)));
 
 #ifdef __GNUC__
 #define xitk_window_dialog_two_buttons_with_width(im, title, bl1, bl2, cb1, cb2, userdata, window_width, align, message, args...) \