]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/os_factory.hpp
Qt: cache "no-art" pixmap as well
[vlc] / modules / gui / skins2 / src / os_factory.hpp
index d9c3e6b9e2bec7d7e8046cb250dede1836b3adca..c4f3a8cfd5ad751579c64a37251124e1daaa756e 100644 (file)
@@ -30,7 +30,7 @@
 #include <string>
 #include <list>
 
-class GenericWindow;
+#include "../src/generic_window.hpp"
 class CmdGeneric;
 class OSBitmap;
 class OSGraphics;
@@ -102,7 +102,7 @@ public:
     /// Instantiate an object OSWindow
     virtual OSWindow *createOSWindow( GenericWindow &rWindow,
                                       bool dragDrop, bool playOnDrop,
-                                      OSWindow *pParent ) = 0;
+                                      OSWindow *pParent, GenericWindow::WindowType_t ) = 0;
 
     /// Instantiate an object OSTooltip
     virtual OSTooltip *createOSTooltip() = 0;