reflect Pango API change
2001-11-23 Hans Breuer <hans@breuer.org> * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : reflect Pango API change * gtk/gtk.def : updated externals * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use g_return_val_if_fail() to avoid 'function must return a value' * gtk/gtkrc.c : added spaces to fix small coding style issues * gtk/gtkwidget.c : ... and linebreaks. Also a static for 'static correctness' * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket> because they only can be build on win32 after applying my patch
This commit is contained in:
@ -545,7 +545,7 @@ gtk_fixed_set_has_window (GtkFixed *fixed,
|
||||
gboolean
|
||||
gtk_fixed_get_has_window (GtkFixed *fixed)
|
||||
{
|
||||
g_return_if_fail (GTK_IS_FIXED (fixed));
|
||||
g_return_val_if_fail (GTK_IS_FIXED (fixed), FALSE);
|
||||
|
||||
return !GTK_WIDGET_NO_WINDOW (fixed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user