forked from AuroraMiddleware/gtk
include <pango/pango.h> instead of <pango/pango-font.h>.
2008-04-25 Michael Natterer <mitch@imendio.com> * gdk/gdkfont.h: include <pango/pango.h> instead of <pango/pango-font.h>. svn path=/trunk/; revision=20041
This commit is contained in:
parent
824f76048a
commit
079dcccc8d
@ -1,3 +1,8 @@
|
||||
2008-04-25 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/gdkfont.h: include <pango/pango.h> instead of
|
||||
<pango/pango-font.h>.
|
||||
|
||||
2008-04-25 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
|
||||
|
@ -30,7 +30,7 @@
|
||||
#define __GDK_FONT_H__
|
||||
|
||||
#include <gdk/gdktypes.h>
|
||||
#include <pango/pango-font.h>
|
||||
#include <pango/pango.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user