forked from AuroraMiddleware/gtk
Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de> * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)
This commit is contained in:
parent
f83b5f37c9
commit
e0fe66ee83
@ -1,3 +1,8 @@
|
||||
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
|
||||
of gc is ignored. (#101983, Sebastian Rittau)
|
||||
|
||||
Sat Dec 13 16:13:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
A trick for a faster treeview, step 1. Patch to short circuit
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
|
||||
of gc is ignored. (#101983, Sebastian Rittau)
|
||||
|
||||
Sat Dec 13 16:13:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
A trick for a faster treeview, step 1. Patch to short circuit
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
|
||||
of gc is ignored. (#101983, Sebastian Rittau)
|
||||
|
||||
Sat Dec 13 16:13:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
A trick for a faster treeview, step 1. Patch to short circuit
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
|
||||
of gc is ignored. (#101983, Sebastian Rittau)
|
||||
|
||||
Sat Dec 13 16:13:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
A trick for a faster treeview, step 1. Patch to short circuit
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
|
||||
of gc is ignored. (#101983, Sebastian Rittau)
|
||||
|
||||
Sat Dec 13 16:13:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
A trick for a faster treeview, step 1. Patch to short circuit
|
||||
|
@ -746,6 +746,9 @@ gdk_draw_image (GdkDrawable *drawable,
|
||||
* On older X servers, rendering pixbufs with an alpha channel involves round
|
||||
* trips to the X server, and may be somewhat slow.
|
||||
*
|
||||
* The clip mask of @gc is ignored, but clip rectangles and clip regions work
|
||||
* fine.
|
||||
*
|
||||
* Since: 2.2
|
||||
**/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user