diff options
author | Jasmine Hassan <[email protected]> | 2012-10-18 13:26:31 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-13 06:25:03 +0200 |
commit | ef8b06eaa8c26e592e9028b8a93361653abfb8ed (patch) | |
tree | 00ba1ff626da063af3cc5249d4aaada692d31d15 /eel/eel-gdk-pixbuf-extensions.h | |
parent | 92ff8b1860812a2cb58bfb492765b109411d8fd5 (diff) | |
download | caja-ef8b06eaa8c26e592e9028b8a93361653abfb8ed.tar.bz2 caja-ef8b06eaa8c26e592e9028b8a93361653abfb8ed.tar.xz |
[eel] port eel-gdk-pixbuf-extensions to cairo drawing
http://git.gnome.org/browse/nautilus/commit/?id=172af77cfbdc4910034a100a99aa1ec2cb843495
Diffstat (limited to 'eel/eel-gdk-pixbuf-extensions.h')
-rw-r--r-- | eel/eel-gdk-pixbuf-extensions.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eel/eel-gdk-pixbuf-extensions.h b/eel/eel-gdk-pixbuf-extensions.h index 7d7956e4..ae649e55 100644 --- a/eel/eel-gdk-pixbuf-extensions.h +++ b/eel/eel-gdk-pixbuf-extensions.h @@ -31,7 +31,6 @@ #include <gdk/gdk.h> #include <gio/gio.h> -#define EEL_STANDARD_ALPHA_THRESHHOLD 128 #define EEL_OPACITY_FULLY_TRANSPARENT 0 #define EEL_OPACITY_FULLY_OPAQUE 255 @@ -100,13 +99,9 @@ void eel_gdk_pixbuf_unref_if_not_null (GdkPixbuf /* Copy a pixbuf to an area of a GdkDrawable */ void eel_gdk_pixbuf_draw_to_drawable (const GdkPixbuf *pixbuf, GdkDrawable *drawable, - GdkGC *gc, int source_x, int source_y, - EelIRect destination_area, - GdkRgbDither dither, - GdkPixbufAlphaMode alpha_compositing_mode, - int alpha_threshold); + EelIRect destination_area); /* Copy a pixbuf to an area of another pixbuf */ void eel_gdk_pixbuf_draw_to_pixbuf (const GdkPixbuf *pixbuf, |