Use the new names for the meta-*.h headers
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
* 02111-1307, USA. */
|
||||
|
||||
#include "gradient.h"
|
||||
#include "meta-gradient.h"
|
||||
#include <string.h>
|
||||
|
||||
/* This is all Alfredo's and Dan's usual very nice WindowMaker code,
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "theme-parser.h"
|
||||
#include "meta-theme-parser.h"
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "theme.h"
|
||||
#include "meta-theme.h"
|
||||
|
||||
#ifndef META_THEME_PARSER_H
|
||||
#define META_THEME_PARSER_H
|
||||
|
||||
@@ -53,9 +53,9 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "theme.h"
|
||||
#include "theme-parser.h"
|
||||
#include "gradient.h"
|
||||
#include "meta-theme.h"
|
||||
#include "meta-theme-parser.h"
|
||||
#include "meta-gradient.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
#ifndef META_THEME_H
|
||||
#define META_THEME_H
|
||||
|
||||
#include "gradient.h"
|
||||
#include "common.h"
|
||||
#include "meta-gradient.h"
|
||||
#include "meta-common.h"
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
typedef struct _MetaFrameStyle MetaFrameStyle;
|
||||
|
||||
Reference in New Issue
Block a user