diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-09 10:13:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:58 +0800 |
commit | 6b75dd581c0f72f1114bc37afa1d51e9a806df50 (patch) | |
tree | ab731b908b5ee63a066f75d3e3cc578f66ae0181 /widgets/misc/e-canvas-background.h | |
parent | fbddd55a08393446dff617a9351207dae8859bda (diff) | |
download | gsoc2013-evolution-6b75dd581c0f72f1114bc37afa1d51e9a806df50.tar.gz gsoc2013-evolution-6b75dd581c0f72f1114bc37afa1d51e9a806df50.tar.zst gsoc2013-evolution-6b75dd581c0f72f1114bc37afa1d51e9a806df50.zip |
widgets: Remove stipple from ECanvasBackground
Diffstat (limited to 'widgets/misc/e-canvas-background.h')
-rw-r--r-- | widgets/misc/e-canvas-background.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/misc/e-canvas-background.h b/widgets/misc/e-canvas-background.h index e1e24d0663..3c07770701 100644 --- a/widgets/misc/e-canvas-background.h +++ b/widgets/misc/e-canvas-background.h @@ -35,7 +35,6 @@ G_BEGIN_DECLS * fill_color string W X color specification for fill color, * or NULL pointer for no color (transparent) * fill_color_gdk GdkColor* RW Allocated GdkColor for fill - * fill_stipple GdkBitmap* RW Stipple pattern for fill * x1 gdouble RW Coordinates for edges of background rectangle * x2 gdouble RW Default is all of them = -1. * y1 gdouble RW Which means that the entire space is shown. |