mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome-utils/dialog-utils.h: Disabled declarations of
functions not used in QuickFill to bypass missing typedef for GdkImlibImage git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@8051 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2003-03-09 TomF changes for Gnome-2 branch, 4th batch
|
||||
|
||||
* src/gnome-utils/dialog-utils.h: Disabled declarations of
|
||||
functions not used in QuickFill to bypass missing typedef
|
||||
for GdkImlibImage
|
||||
* Next make problems are in:
|
||||
cursors.c, in function `gnc_set_busy_cursor'
|
||||
references to ghttp in gnc-http.c
|
||||
|
||||
2003-03-09 TomF changes for Gnome-2 branch
|
||||
|
||||
* configure.in: Disabled gnome-print. Added LIBGUPPI.
|
||||
|
||||
@@ -26,8 +26,7 @@
|
||||
#define DIALOG_UTILS_H
|
||||
|
||||
#include <glade/glade.h>
|
||||
#include <gnome.h>
|
||||
|
||||
#include <gnome.h>
|
||||
#include "Account.h"
|
||||
|
||||
|
||||
@@ -81,11 +80,17 @@ GtkWidget * gnc_get_pixmap (const char *name);
|
||||
* Args: Filename of pixmap file *
|
||||
* Returns: GdkImlibImage or NULL if there was a problem *
|
||||
\*******************************************************************/
|
||||
GdkImlibImage * gnc_get_gdk_imlib_image (const char *name);
|
||||
|
||||
#if 0
|
||||
GdkImlibImage * gnc_get_gdk_imlib_image (const char *name);
|
||||
GnomeMDIMode gnc_get_mdi_mode(void);
|
||||
#else
|
||||
/* 3/9/03 Bypass: Disable functions not used in QuickFill
|
||||
*** XXX: FIXME: Warning: Fix for Gnome2 */
|
||||
#endif
|
||||
|
||||
GtkToolbarStyle gnc_get_toolbar_style (void);
|
||||
GnomeMDIMode gnc_get_mdi_mode(void);
|
||||
|
||||
|
||||
void gnc_get_deficit_color (GdkColor *color);
|
||||
void gnc_set_label_color (GtkWidget *label, gnc_numeric value);
|
||||
|
||||
Reference in New Issue
Block a user