forked from AuroraMiddleware/gtk
Make the fb backend compile against current freetype. (#148558, Nicolas
2004-07-28 Matthias Clasen <mclasen@redhat.com> * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against current freetype. (#148558, Nicolas Deves)
This commit is contained in:
parent
b078e84b59
commit
8667afb656
@ -1,5 +1,8 @@
|
||||
2004-07-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
|
||||
current freetype. (#148558, Nicolas Deves)
|
||||
|
||||
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
|
||||
ROW_HEIGHT. (#145528)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-07-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
|
||||
current freetype. (#148558, Nicolas Deves)
|
||||
|
||||
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
|
||||
ROW_HEIGHT. (#145528)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-07-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
|
||||
current freetype. (#148558, Nicolas Deves)
|
||||
|
||||
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
|
||||
ROW_HEIGHT. (#145528)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2004-07-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against
|
||||
current freetype. (#148558, Nicolas Deves)
|
||||
|
||||
* gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by
|
||||
ROW_HEIGHT. (#145528)
|
||||
|
||||
|
@ -38,7 +38,8 @@
|
||||
#include "gdkregion-generic.h"
|
||||
#include <linux/fb.h>
|
||||
#include <stdio.h>
|
||||
#include <freetype/freetype.h>
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
||||
#define GDK_TYPE_DRAWABLE_IMPL_FBDATA (gdk_drawable_impl_fb_get_type ())
|
||||
#define GDK_DRAWABLE_IMPL_FBDATA(win) ((GdkDrawableFBData *)((GdkWindowObject *)(win))->impl)
|
||||
|
Loading…
Reference in New Issue
Block a user