mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Follow change in cairo API to add Screen* to
2005-07-20 Keith Packard <keithp@keithp.com> * gdk/x11/gdkdrawable-x11.c: (gdk_x11_ref_cairo_surface): Follow change in cairo API to add Screen* to cairo_xlib_create_surface_for_bitmap
This commit is contained in:
parent
708cf95507
commit
9917173c41
@ -1,3 +1,10 @@
|
|||||||
|
2005-07-20 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdrawable-x11.c: (gdk_x11_ref_cairo_surface):
|
||||||
|
|
||||||
|
Follow change in cairo API to add Screen* to
|
||||||
|
cairo_xlib_create_surface_for_bitmap
|
||||||
|
|
||||||
2005-07-20 Matthias Clasen <mclasen@redhat.com>
|
2005-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the
|
* gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2005-07-20 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdrawable-x11.c: (gdk_x11_ref_cairo_surface):
|
||||||
|
|
||||||
|
Follow change in cairo API to add Screen* to
|
||||||
|
cairo_xlib_create_surface_for_bitmap
|
||||||
|
|
||||||
2005-07-20 Matthias Clasen <mclasen@redhat.com>
|
2005-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the
|
* gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2005-07-20 Keith Packard <keithp@keithp.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkdrawable-x11.c: (gdk_x11_ref_cairo_surface):
|
||||||
|
|
||||||
|
Follow change in cairo API to add Screen* to
|
||||||
|
cairo_xlib_create_surface_for_bitmap
|
||||||
|
|
||||||
2005-07-20 Matthias Clasen <mclasen@redhat.com>
|
2005-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the
|
* gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the
|
||||||
|
@ -1485,6 +1485,7 @@ gdk_x11_ref_cairo_surface (GdkDrawable *drawable)
|
|||||||
else if (gdk_drawable_get_depth (drawable) == 1)
|
else if (gdk_drawable_get_depth (drawable) == 1)
|
||||||
impl->cairo_surface = cairo_xlib_surface_create_for_bitmap (GDK_SCREEN_XDISPLAY (impl->screen),
|
impl->cairo_surface = cairo_xlib_surface_create_for_bitmap (GDK_SCREEN_XDISPLAY (impl->screen),
|
||||||
impl->xid,
|
impl->xid,
|
||||||
|
GDK_SCREEN_XSCREEN (impl->screen),
|
||||||
width, height);
|
width, height);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user