From 3533250839d26dc102c89f04eb93ec7c0320f6f8 Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Thu, 20 Feb 2003 18:09:09 +0000 Subject: Michael's num_buttons patch (menu detection by number of SPU buttons) CVS patchset: 4220 CVS date: 2003/02/20 18:09:09 --- include/xine.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/xine.h.in b/include/xine.h.in index 232d47429..00c95e5c7 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.60 2003/02/12 22:22:31 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.61 2003/02/20 18:09:09 siggi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1151,6 +1151,7 @@ void xine_config_reset (xine_t *self); #define XINE_EVENT_QUIT 7 /* last event sent when stream is disposed */ #define XINE_EVENT_PROGRESS 8 /* index creation/network connections */ #define XINE_EVENT_MRL_REFERENCE 9 /* demuxer->frontend: MRL reference(s) for the real stream */ +#define XINE_EVENT_UI_NUM_BUTTONS 10 /* number of buttons for interactive menus */ /* input events coming from frontend */ #define XINE_EVENT_INPUT_MOUSE_BUTTON 101 -- cgit v1.2.3