]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/events/evt_scroll.hpp
macosx: Fix controller playlist toggling to use the contentRect and not the window...
[vlc] / modules / gui / skins2 / events / evt_scroll.hpp
index f8c486024119477e39f92125f50bbb9b45cfffff..d0d7929bbe3c50dd66c11fd5af2c98a5fa9c6626 100644 (file)
@@ -1,11 +1,11 @@
 /*****************************************************************************
  * evt_scroll.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
- *          Olivier Teulière <ipkiss@via.ecp.fr>
+ *          Olivier Teulière <ipkiss@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef EVT_SCROLL_HPP
 class EvtScroll: public EvtInput
 {
     public:
-        typedef enum
+        enum Direction_t
         {
             kUp,
             kDown
-        } Direction_t;
+        };
 
         EvtScroll( intf_thread_t *pIntf, int xPos, int yPos,
                    Direction_t direction, int mod = kModNone ):