git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@974 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 34bd6d7e3d
commit edd7a57d47

@ -26,6 +26,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
\********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.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 */

Loading…
Cancel
Save