diff options
Diffstat (limited to 'gdk/gdkpango.h')
-rw-r--r-- | gdk/gdkpango.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gdk/gdkpango.h b/gdk/gdkpango.h index f6019d426b..5a35c45fb9 100644 --- a/gdk/gdkpango.h +++ b/gdk/gdkpango.h @@ -28,13 +28,10 @@ extern "C" { /* Pango interaction */ -/* FIXME: The following function needs more parameters so that we can - * properly deal with different visuals, the potential for multiple - * screens in the future, etc. The PangoContext needs enough information - * in it to create new GC's and to set the colors on those GC's. - * A colormap is not sufficient. - */ +PangoContext *gdk_pango_context_get_for_screen (GdkScreen *screen); +#ifndef GDK_MULTIHEAD_SAFE PangoContext *gdk_pango_context_get (void); +#endif void gdk_pango_context_set_colormap (PangoContext *context, GdkColormap *colormap); |