Fix screwy indentation.

Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>

	* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
	indentation.

	* Makefile.am (EXTRA_DIST): Fix typo.

	* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
	to catch gdkconfig.h

	* gtk/gtkitemfactory.c: Added FIXME.
This commit is contained in:
Owen Taylor 2000-04-05 04:11:10 +00:00 committed by Owen Taylor
parent 74fbc5d9ea
commit 58df98f92a
12 changed files with 90 additions and 3 deletions

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -1,3 +1,15 @@
Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
indentation.
* Makefile.am (EXTRA_DIST): Fix typo.
* gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
to catch gdkconfig.h
* gtk/gtkitemfactory.c: Added FIXME.
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.

View File

@ -32,7 +32,7 @@ EXTRA_DIST = \
examples/buttons/buttons.c \
examples/buttons/info.xpm \
examples/calendar/Makefile \
examples/calendar/gcalendar.c \
examples/calendar/calendar.c \
examples/clist/Makefile \
examples/clist/clist.c \
examples/entry/Makefile \

View File

@ -11,6 +11,7 @@ EXTRA_DIST = \
INCLUDES = @STRIP_BEGIN@ \
-DG_LOG_DOMAIN=\"Gdk\" \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
@GTK_DEBUG_FLAGS@ \
@GTK_XIM_FLAGS@ \
@GTK_LOCALE_FLAGS@ \

View File

@ -4,6 +4,7 @@ INCLUDES = @STRIP_BEGIN@ \
-DG_LOG_DOMAIN=\"Gdk\" \
-I$(top_srcdir) \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \
@GTK_DEBUG_FLAGS@ \
@GTK_XIM_FLAGS@ \
@GTK_LOCALE_FLAGS@ \

View File

@ -75,8 +75,8 @@ _gdk_x11_gc_new (GdkDrawable *drawable,
gdk_x11_gc_values_to_xvalues (values, values_mask, &xvalues, &xvalues_mask);
data->xgc = XCreateGC (GDK_GC_XDISPLAY (gc),
GDK_DRAWABLE_XID (drawable),
xvalues_mask, &xvalues);
GDK_DRAWABLE_XID (drawable),
xvalues_mask, &xvalues);
return gc;
}

View File

@ -953,6 +953,7 @@ gtk_item_factory_parse_path (GtkItemFactory *ifactory,
*path = g_strdup (str);
/* FIXME: This does not handle __ correctly !!! */
p = q = *path;
while (*p)
{