]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/src/themeloader.cpp
* Gtk2 skins: it doesn't work but it runs without any segfault, so
[vlc] / modules / gui / skins / src / themeloader.cpp
index 96659dbc301c9825e152cd9382bcfef3d0f3c855..0c460c7a30dc2d3f2eecea25f556a887fae81f42 100644 (file)
@@ -2,7 +2,7 @@
  * themeloader.cpp: ThemeLoader class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: themeloader.cpp,v 1.4 2003/04/12 21:43:27 asmax Exp $
+ * $Id: themeloader.cpp,v 1.5 2003/04/13 17:46:23 asmax Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -47,6 +47,9 @@
 #include "themeloader.h"
 #include "skin_common.h"
 
+#include "anchor.h"
+#include "window.h"
+
 #define DEFAULT_XML_FILE "theme.xml"
 
 //---------------------------------------------------------------------------
@@ -204,6 +207,7 @@ bool ThemeLoader::Parse( const string XmlFile )
 
     // Start the parser
     int lex = yylex();
+    
     fclose( yyin );
     if( lex )
     {