]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/win32/win32_theme.h
* modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
[vlc] / modules / gui / skins / win32 / win32_theme.h
index bbba540cf7a572f865a14ca311e45cccd1ade5c0..c647227f84a533cde02048db3d1420170341ea74 100644 (file)
@@ -2,7 +2,7 @@
  * win32_theme.h: Win32 implementation of the Theme class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: win32_theme.h,v 1.4 2003/04/21 21:51:16 asmax Exp $
+ * $Id: win32_theme.h,v 1.5 2003/10/22 19:12:56 ipkiss Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -68,7 +68,8 @@ class Win32Theme : public Theme
 
         // !!!
         virtual void AddWindow( string name, int x, int y, bool visible,
-            int fadetime, int alpha, int movealpha, bool dragdrop );
+            int fadetime, int alpha, int movealpha, bool dragdrop,
+            bool playondrop );
         virtual void ChangeClientWindowName( string name );
 
         // Taskbar && system tray