forked from AuroraMiddleware/gtk
variable declaration have to have the same type as their
export counterparts. sopwith are you reading compiler warnings? -timj
This commit is contained in:
parent
6ef73ebac0
commit
172d6433a7
@ -47,6 +47,6 @@ GdkDndGlobals gdk_dnd = {None,None,None,
|
||||
gchar *gdk_progname = NULL;
|
||||
gchar *gdk_progclass = NULL;
|
||||
gint gdk_error_code;
|
||||
gboolean gdk_error_warnings = TRUE;
|
||||
gboolean gdk_null_window_warnings = TRUE;
|
||||
gint gdk_error_warnings = TRUE;
|
||||
gint gdk_null_window_warnings = TRUE;
|
||||
GList *default_filters = NULL;
|
||||
|
@ -250,7 +250,7 @@ extern gchar *gdk_progname;
|
||||
extern gchar *gdk_progclass;
|
||||
extern gint gdk_error_code;
|
||||
extern gint gdk_error_warnings;
|
||||
extern gboolean gdk_null_window_warnings;
|
||||
extern gint gdk_null_window_warnings;
|
||||
extern GList *default_filters;
|
||||
|
||||
/* Debugging support */
|
||||
|
@ -47,6 +47,6 @@ GdkDndGlobals gdk_dnd = {None,None,None,
|
||||
gchar *gdk_progname = NULL;
|
||||
gchar *gdk_progclass = NULL;
|
||||
gint gdk_error_code;
|
||||
gboolean gdk_error_warnings = TRUE;
|
||||
gboolean gdk_null_window_warnings = TRUE;
|
||||
gint gdk_error_warnings = TRUE;
|
||||
gint gdk_null_window_warnings = TRUE;
|
||||
GList *default_filters = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user