]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/src/window.h
* modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
[vlc] / modules / gui / skins / src / window.h
index 5df50d62ee21788704b3897c2d84d593db7ac19e..b6293e8d17ce7dff572d2a44b2c0cea79dc4b91f 100644 (file)
@@ -2,7 +2,7 @@
  * window.h: Window class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: window.h,v 1.6 2003/10/17 18:17:28 ipkiss Exp $
+ * $Id: window.h,v 1.7 2003/10/22 19:12:56 ipkiss Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -87,7 +87,7 @@ class SkinWindow
 
         // Constructors
         SkinWindow( intf_thread_t *_p_intf, int x, int y, bool visible,
-                int transition, int normalalpha, int movealpha, bool dragdrop );
+            int transition, int normalalpha, int movealpha, bool dragdrop );
 
         // Destructors
         virtual ~SkinWindow();