From 2b90261fad9288df60d4a215083eb16c7818102f Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 30 May 2012 21:42:13 +0200 Subject: gtkui: run_dialog now supports specifying parent window --- deadbeef.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'deadbeef.h') diff --git a/deadbeef.h b/deadbeef.h index 8775bf6d..6d797fe0 100644 --- a/deadbeef.h +++ b/deadbeef.h @@ -1129,9 +1129,12 @@ enum { typedef struct DB_gui_s { DB_plugin_t plugin; + // obsolete, don't use + int (*run_dialog_1) (ddb_dialog_t *dlg, uint32_t buttons, int (*callback)(int button, void *ctx), void *ctx); + // returns response code (ddb_button_*) // buttons is a bitset, e.g. (1<