From edd7a57d473f0bc6358ef3397db2857ebf111dab Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 10 Aug 1998 00:53:46 +0000 Subject: [PATCH] misc bugs git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@974 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/combocell-gtk.c | 1 + src/register/table-allgui.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/register/combocell-gtk.c b/src/register/combocell-gtk.c index 66551aca3c..c2b2db56f9 100644 --- a/src/register/combocell-gtk.c +++ b/src/register/combocell-gtk.c @@ -26,6 +26,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * \********************************************************************/ +#include #include #include diff --git a/src/register/table-allgui.h b/src/register/table-allgui.h index 56b46a932f..a3472e5e54 100644 --- a/src/register/table-allgui.h +++ b/src/register/table-allgui.h @@ -134,8 +134,8 @@ struct _Table { /* background colors for each cell, format ARGB, * and foreground (text) colors, format ARGB, * of dimension num_phys_rows * num_phys_cols */ - uint **bg_colors; - uint **fg_colors; + uint32 **bg_colors; + uint32 **fg_colors; /* handler locators for each cell, * of dimension num_phys_rows * num_phys_cols */