Add a missing comma. (#334774, Peter Breitenlohner)
2006-03-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
This commit is contained in:
committed by
Matthias Clasen
parent
9be0ea0095
commit
2dc38af2a2
@@ -1,5 +1,7 @@
|
||||
2006-03-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_clear): Update the size of the image,
|
||||
by swapping the implementations of gtk_image_clear and
|
||||
gtk_image_reset. (#334657)
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
2006-03-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
|
||||
|
||||
* gtk/gtkimage.c (gtk_image_clear): Update the size of the image,
|
||||
by swapping the implementations of gtk_image_clear and
|
||||
gtk_image_reset. (#334657)
|
||||
|
||||
@@ -1230,7 +1230,7 @@ if test "x$gdktarget" = "xx11"; then
|
||||
AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
|
||||
[AC_CHECK_HEADER(X11/extensions/Xinerama.h,
|
||||
[GTK_ADD_LIB(x_extra_libs,Xinerama)
|
||||
have_xfree_xinerama=true], :
|
||||
have_xfree_xinerama=true], :,
|
||||
[#include <X11/Xlib.h>])])
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user