]> git.sesse.net Git - vlc/blobdiff - plugins/ggi/vout_ggi.c
* Added HTTP virtualhost support in the HTTP input.
[vlc] / plugins / ggi / vout_ggi.c
index e68225928409a5e2b7bfbbcb297e90256c4af502..c0c79b9adee6a82bd1b3a4b93bb871eefe0cdef9 100644 (file)
@@ -2,7 +2,7 @@
  * vout_ggi.c: GGI video output display method
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
- * $Id: vout_ggi.c,v 1.10 2001/05/30 17:03:12 sam Exp $
+ * $Id: vout_ggi.c,v 1.11 2001/10/02 17:09:44 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -227,7 +227,7 @@ int vout_Manage( vout_thread_t *p_vout )
                     case 'Q':
                     case GIIUC_Escape:
                         /* FIXME pass message ! */
-                        //p_main->p_intf->b_die = 1;
+                        p_main->p_intf->b_die = 1;
                         break;
 
                     default:
@@ -241,7 +241,7 @@ int vout_Manage( vout_thread_t *p_vout )
                 {
                     case GII_PBUTTON_RIGHT:
                         /* FIXME: need locking ! */
-                        //p_main->p_intf->b_menu_change = 1;
+                        p_main->p_intf->b_menu_change = 1;
                         break;
                 }
                 break;