diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-10-23 11:44:30 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-10-23 11:44:30 +0000 |
commit | d5d49284577e3e5830ff64fc79ced4d7b2887409 (patch) | |
tree | 2f1c40721a9d8e1df7825f5a1a75d14a44ec8643 /include | |
parent | 2004c046663828bcb6e81504c4645c9dffcbf521 (diff) | |
download | xine-lib-d5d49284577e3e5830ff64fc79ced4d7b2887409.tar.gz xine-lib-d5d49284577e3e5830ff64fc79ced4d7b2887409.tar.bz2 |
input_dvd.c now listens for keyboard events from xine-ui.
CVS patchset: 2962
CVS date: 2002/10/23 11:44:30
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 4c96d253e..918b7511f 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.22 2002/10/20 02:17:36 storri Exp $ + * $Id: xine.h.in,v 1.23 2002/10/23 11:44:30 jcdutton Exp $ * * public xine-lib (libxine) interface and documentation * @@ -80,6 +80,12 @@ typedef struct xine_vo_driver_s xine_vo_driver_t; xine_t *xine_new (void); /* + * Scan plugins + */ + +void xine_scan_plugins (xine_t *self); + +/* * post_init the xine engine */ @@ -790,7 +796,7 @@ void xine_config_reset (xine_t *self); #define XINE_EVENT_INPUT_MENU2 104 #define XINE_EVENT_INPUT_MENU3 105 #define XINE_EVENT_INPUT_MENU4 106 -#define XINE_EVENT_INPUT_MENU5 106 +#define XINE_EVENT_INPUT_MENU5 107 #define XINE_EVENT_INPUT_MENU6 108 #define XINE_EVENT_INPUT_MENU7 109 #define XINE_EVENT_INPUT_UP 110 |