diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-29 15:08:52 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-29 15:08:52 +0800 |
commit | 66031f68f0b4dc14d6db5f2a325482c0fdc1c156 (patch) | |
tree | d14c4e7a3c44a5fe4dc5290b94c297550bc6d044 /widgets/e-table/e-table-item.h | |
parent | 1a0d4df95730ab26981b3f26aa365aae84da36f5 (diff) | |
download | gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.tar gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.tar.gz gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.tar.bz2 gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.tar.lz gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.tar.xz gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.tar.zst gsoc2013-evolution-66031f68f0b4dc14d6db5f2a325482c0fdc1c156.zip |
Small cosmetic fix
svn path=/trunk/; revision=1443
Diffstat (limited to 'widgets/e-table/e-table-item.h')
-rw-r--r-- | widgets/e-table/e-table-item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/e-table/e-table-item.h b/widgets/e-table/e-table-item.h index 02f7beb1ac..3f3d2a7d4d 100644 --- a/widgets/e-table/e-table-item.h +++ b/widgets/e-table/e-table-item.h @@ -32,6 +32,7 @@ typedef struct { GdkGC *fill_gc; GdkGC *grid_gc; GdkGC *focus_gc; + GdkBitmap *stipple; unsigned int draw_grid:1; unsigned int draw_focus:1; |