]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/x11/x11_factory.hpp
Make Zorglub less unhappy
[vlc] / modules / gui / skins2 / x11 / x11_factory.hpp
index c3f351d60c8632260c8ec28bc02dd8c5a07fe6e8..1d944d67bec23a045b46d1c004fd29280120bfd0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x11_factory.hpp
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
+ * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
@@ -62,6 +62,9 @@ class X11Factory: public OSFactory
         /// Instantiate an OSTimer with the given callback
         virtual OSTimer *createOSTimer( const Callback &rCallback );
 
+        ///
+        virtual void minimize();
+
         /// Instantiate an OSWindow object
         virtual OSWindow *createOSWindow( GenericWindow &rWindow,
                                           bool dragDrop, bool playOnDrop,