]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.h
* New OSX controller (iTunes style)
[vlc] / modules / gui / macosx / vout.h
index 0d96be5f0770f4e7a2510c8573bbba3556716f0b..bbab2f8b6aebbee742cc62f5953405956f59e46b 100644 (file)
@@ -2,7 +2,7 @@
  * vout.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2001-2003 VideoLAN
- * $Id: vout.h,v 1.11 2003/05/01 01:11:17 hartman Exp $
+ * $Id: vout.h,v 1.16 2003/11/15 22:42:16 hartman Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *          Florian G. Pflug <fgp@phlo.org>
@@ -75,7 +75,6 @@ struct vout_sys_t
     VLCWindow * o_window;
 
     vlc_bool_t b_mouse_moved;
-    vlc_bool_t b_mouse_pointer_visible;
     mtime_t i_time_mouse_last_moved;
 
 #ifdef __QUICKTIME__