summaryrefslogtreecommitdiff
path: root/eel/eel-canvas.h
diff options
context:
space:
mode:
authorJasmine Hassan <[email protected]>2012-10-18 12:26:02 +0200
committerJasmine Hassan <[email protected]>2012-11-13 06:25:03 +0200
commitadfba98c507fd731a96a0551176050b697c14379 (patch)
tree51e41ce64c7494341a5329ea3a93fbd6b54f8191 /eel/eel-canvas.h
parent51cc028ce329709ad18a1bafcfeafe09d042e1f6 (diff)
downloadcaja-adfba98c507fd731a96a0551176050b697c14379.tar.bz2
caja-adfba98c507fd731a96a0551176050b697c14379.tar.xz
[eel] port EelCanvas to cairo drawing
http://git.gnome.org/browse/nautilus/commit/?id=759f3401bee333caf6d0ae6ae9820cdadda440e4
Diffstat (limited to 'eel/eel-canvas.h')
-rw-r--r--eel/eel-canvas.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/eel/eel-canvas.h b/eel/eel-canvas.h
index 2f799c39..453cdaee 100644
--- a/eel/eel-canvas.h
+++ b/eel/eel-canvas.h
@@ -372,9 +372,6 @@ extern "C" {
/* If non-NULL, the currently focused item */
EelCanvasItem *focused_item;
- /* GC for temporary draw pixmap */
- GdkGC *pixmap_gc;
-
/* Event on which selection of current item is based */
GdkEvent pick_event;
@@ -527,16 +524,6 @@ extern "C" {
*/
int eel_canvas_get_color (EelCanvas *canvas, const char *spec, GdkColor *color);
- /* Allocates a color from the RGB value passed into this function. */
- gulong eel_canvas_get_color_pixel (EelCanvas *canvas,
- guint rgba);
-
-
- /* Sets the stipple origin of the specified gc so that it will be aligned with
- * all the stipples used in the specified canvas. This is intended for use only
- * by canvas item implementations.
- */
- void eel_canvas_set_stipple_origin (EelCanvas *canvas, GdkGC *gc);
#ifdef __cplusplus
}