]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/voutgl.m
macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
[vlc] / modules / gui / macosx / voutgl.m
index ce4f2eece6f8d15c4560c1e38b08a783588dce90..c0d2f9fbd19af4553b6f513c73d705ee545d7831 100644 (file)
@@ -78,14 +78,12 @@ int E_(OpenVideoGL)  ( vlc_object_t * p_this )
     int i_timeout;
     vlc_value_t val;
 
-
 /* OpenGL interface disabled until
- * - the video on top var is properly working
- * - the escape key is working in fullscreen
  * - the green line is gone
  * - other problems?????
  */
-return( 1 );
+    return( 1 );
+
     if( !CGDisplayUsesOpenGLAcceleration( kCGDirectMainDisplay ) )
     {
         msg_Warn( p_vout, "no hardware acceleration" );