]> git.sesse.net Git - vlc/blobdiff - plugins/x11/intf_x11.c
The input-II. (more info by mail in about an hour)
[vlc] / plugins / x11 / intf_x11.c
index 6be9c9cbebee57ddfc04a85944d0a834ab3e5ffc..809a11b2dc159661f98057b89ef377634627f09f 100644 (file)
@@ -41,7 +41,9 @@
 #include "mtime.h"
 #include "plugins.h"
 
-#include "input.h"
+#include "stream_control.h"
+#include "input_ext-intf.h"
+
 #include "video.h"
 #include "video_output.h"
 
@@ -146,6 +148,9 @@ int intf_X11Create( intf_thread_t *p_intf )
 
     p_intf->p_sys->b_mouse = 1;
 
+    /* bind keys */
+    intf_AssignNormalKeys( p_intf );
+    
     /* Disable screen saver and return */
     p_intf->p_sys->i_ss_count = 1;
     X11DisableScreenSaver( p_intf );