Define this macro before including gnome-bg.h

2008-01-25  Soren Sandmann  <sandmann@redhat.com>

       * gnome-wp-item.h (GNOME_DESKTOP_USE_UNSTABLE_API): 
       * appearance-desktop.c (GNOME_DESKTOP_USE_UNSTABLE_API): 
       * gnome-wp-item.c (GNOME_DESKTOP_USE_UNSTABLE_API): 

       Define this macro before including gnome-bg.h


svn path=/trunk/; revision=8416
This commit is contained in:
Soren Sandmann 2008-01-25 19:57:38 +00:00 committed by Søren Sandmann Pedersen
parent 4346e3d0a4
commit 830047edb4
4 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2008-01-25 Soren Sandmann <sandmann@redhat.com>
* gnome-wp-item.h (GNOME_DESKTOP_USE_UNSTABLE_API):
* appearance-desktop.c (GNOME_DESKTOP_USE_UNSTABLE_API):
* gnome-wp-item.c (GNOME_DESKTOP_USE_UNSTABLE_API):
Define this macro before including gnome-bg.h
2008-01-24 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (on_item_changed): only declare variables at

View file

@ -29,6 +29,7 @@
#include <string.h>
#include <gconf/gconf-client.h>
#include <libgnomeui/gnome-thumbnail.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-bg.h>
typedef enum {

View file

@ -25,6 +25,7 @@
#include <gnome.h>
#include <string.h>
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-bg.h>
#include "gnome-wp-item.h"

View file

@ -24,6 +24,7 @@
#include <libgnomeui/gnome-thumbnail.h>
#include <gnome-wp-info.h>
#include <libgnomevfs/gnome-vfs.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-bg.h>
#ifndef _GNOME_WP_ITEM_H_