fixed EXTRA_DIST sections

This commit is contained in:
Tim Janik 1998-07-27 02:51:48 +00:00
parent f111f4b58e
commit 31055c2981
3 changed files with 9 additions and 10 deletions

View File

@ -6,17 +6,22 @@ SUBDIRS = $(SRC_SUBDIRS) docs
bin_SCRIPTS = gtk-config
EXTRA_DIST = \
HACKING \
gtk+.spec \
gtk.m4 \
makecopyright \
TODO \
NEWS.pre-1-0 \
ChangeLog.pre-1-0 \
examples/README.1ST \
examples/extract.awk \
examples/extract.sh \
examples/aspectframe/Makefile \
examples/aspectframe/aspectframe.c \
examples/buttons/Makefile \
examples/buttons/buttons.c \
examples/buttons/info.xpm \
examples/clist/clist.c \
examples/entry/Makefile \
examples/entry/entry.c \
examples/eventbox/Makefile \

View File

@ -266,9 +266,11 @@ libgtk_1_1_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
EXTRA_DIST = \
line-arrow.xbm \
line-wrap.xbm \
testgtk.1 \
testgtkrc \
testgtkrc2 \
gtkfeatures.h.in \
makeenums.pl \
makeenums.awk \
maketypes.awk \
makeenums.h \
@ -278,6 +280,8 @@ EXTRA_DIST = \
gtktypebuiltins_evals.c \
gtk-boxed.defs \
gtk.defs \
genmarshal.pl \
gtkmarshal.list \
test.xpm \
marble.xpm \
3DRings.xpm \

View File

@ -1,10 +0,0 @@
gdk_window_show (widget->window);
gdk_window_clear_area (widget->window,
widget->allocation.x,
widget->allocation.y,
widget->allocation.width,
widget->allocation.height);
gdk_window_hide (widget->window);
if (GTK_WIDGET_VISIBLE (widget->parent))
if (GTK_WIDGET_REALIZED (widget->parent) &&
if (GTK_WIDGET_MAPPED (widget->parent) &&