]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/x11/x11_popup.hpp
lower case the module_* functions
[vlc] / modules / gui / skins2 / x11 / x11_popup.hpp
index 6407f9f9708f60ca340ae5c93e5eb24b2862f009..350d253061c85a53871a7bfedbb06882a378d2af 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2003 the VideoLAN team
  * $Id$
  *
- * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
+ * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef X11_POPUP_HPP
@@ -26,6 +26,7 @@
 
 #include "../src/os_popup.hpp"
 
+class X11Display;
 
 /// X11 implementation of OSPopup
 class X11Popup: public OSPopup