Add gdk_drawable_set_cairo_target().

2005-02-03  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add
        gdk_drawable_set_cairo_target().

        * tests/testtreeflow.c (enum): Use grand not rand as a variable
        name because one of the cairo headers is pulling in stdlib.h.

        * tests/testcairo.c tests/Makefile.am: Add a simple cairo based
        example.

        * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0.

        * Require libpangocairo for all backends.
This commit is contained in:
Owen Taylor
2005-02-03 23:29:02 +00:00
committed by Owen Taylor
parent 8a5d05e253
commit 93344f6dfe
21 changed files with 489 additions and 21 deletions

View File

@ -71,6 +71,7 @@ struct _GdkDrawableImplX11
GdkScreen *screen;
XftDraw *xft_draw;
cairo_surface_t *cairo_surface;
};
struct _GdkDrawableImplX11Class