summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-23 11:44:30 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-10-23 11:44:30 +0000
commitd5d49284577e3e5830ff64fc79ced4d7b2887409 (patch)
tree2f1c40721a9d8e1df7825f5a1a75d14a44ec8643 /src/xine-engine/xine.c
parent2004c046663828bcb6e81504c4645c9dffcbf521 (diff)
downloadxine-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 'src/xine-engine/xine.c')
-rw-r--r--src/xine-engine/xine.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 77b0d72d2..fce314595 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -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.c,v 1.172 2002/10/21 12:11:03 jcdutton Exp $
+ * $Id: xine.c,v 1.173 2002/10/23 11:44:31 jcdutton Exp $
*
* top-level xine functions
*
@@ -620,6 +620,11 @@ xine_t *xine_new (void) {
return this;
}
+void xine_scan_plugins(xine_t *this) {
+ printf("scan plugins entered\n");
+ scan_plugins(this);
+ printf("scan plugins finished\n");
+}
void xine_init (xine_t *this) {