]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/win32/win32_window.h
* modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
[vlc] / modules / gui / skins / win32 / win32_window.h
index 880285c586fff2e4f95e7f17bd0e315df0d51fd5..3754d0eb474d2e35e6c38c9c2d97d1941c616fc0 100644 (file)
@@ -2,7 +2,7 @@
  * win32_window.h: Win32 implementation of the Window class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: win32_window.h,v 1.4 2003/10/17 18:17:28 ipkiss Exp $
+ * $Id: win32_window.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>
@@ -55,7 +55,7 @@ class Win32Window : public SkinWindow
         // Cosntructors
         Win32Window( intf_thread_t *_p_intf, HWND hwnd, int x, int y,
             bool visible, int transition, int normalalpha, int movealpha,
-            bool dragdrop );
+            bool dragdrop, bool playondrop );
 
         // Destructors
         virtual ~Win32Window();