mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
7ddfec4f80
Tue Sep 10 11:11:09 2002 Owen Taylor <otaylor@redhat.com> * gdk/linux-fb/*: Patch from Eric Warmonhoven to get linux-fb compiling with multihead changes.
12 lines
214 B
C
12 lines
214 B
C
#include <glib.h>
|
|
#include "gdkprivate-fb.h"
|
|
#include "gdkpango.h"
|
|
|
|
#include <pango/pangoft2.h>
|
|
|
|
PangoContext *
|
|
gdk_pango_context_get_for_screen (GdkScreen *screen)
|
|
{
|
|
return pango_ft2_get_context (75.0, 75.0);
|
|
}
|