forked from AuroraMiddleware/gtk
fixed EXTRA_DIST sections
This commit is contained in:
parent
f111f4b58e
commit
31055c2981
@ -6,17 +6,22 @@ SUBDIRS = $(SRC_SUBDIRS) docs
|
|||||||
bin_SCRIPTS = gtk-config
|
bin_SCRIPTS = gtk-config
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
HACKING \
|
||||||
gtk+.spec \
|
gtk+.spec \
|
||||||
gtk.m4 \
|
gtk.m4 \
|
||||||
makecopyright \
|
makecopyright \
|
||||||
TODO \
|
TODO \
|
||||||
NEWS.pre-1-0 \
|
NEWS.pre-1-0 \
|
||||||
ChangeLog.pre-1-0 \
|
ChangeLog.pre-1-0 \
|
||||||
|
examples/README.1ST \
|
||||||
|
examples/extract.awk \
|
||||||
|
examples/extract.sh \
|
||||||
examples/aspectframe/Makefile \
|
examples/aspectframe/Makefile \
|
||||||
examples/aspectframe/aspectframe.c \
|
examples/aspectframe/aspectframe.c \
|
||||||
examples/buttons/Makefile \
|
examples/buttons/Makefile \
|
||||||
examples/buttons/buttons.c \
|
examples/buttons/buttons.c \
|
||||||
examples/buttons/info.xpm \
|
examples/buttons/info.xpm \
|
||||||
|
examples/clist/clist.c \
|
||||||
examples/entry/Makefile \
|
examples/entry/Makefile \
|
||||||
examples/entry/entry.c \
|
examples/entry/entry.c \
|
||||||
examples/eventbox/Makefile \
|
examples/eventbox/Makefile \
|
||||||
|
@ -266,9 +266,11 @@ libgtk_1_1_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
line-arrow.xbm \
|
line-arrow.xbm \
|
||||||
line-wrap.xbm \
|
line-wrap.xbm \
|
||||||
|
testgtk.1 \
|
||||||
testgtkrc \
|
testgtkrc \
|
||||||
testgtkrc2 \
|
testgtkrc2 \
|
||||||
gtkfeatures.h.in \
|
gtkfeatures.h.in \
|
||||||
|
makeenums.pl \
|
||||||
makeenums.awk \
|
makeenums.awk \
|
||||||
maketypes.awk \
|
maketypes.awk \
|
||||||
makeenums.h \
|
makeenums.h \
|
||||||
@ -278,6 +280,8 @@ EXTRA_DIST = \
|
|||||||
gtktypebuiltins_evals.c \
|
gtktypebuiltins_evals.c \
|
||||||
gtk-boxed.defs \
|
gtk-boxed.defs \
|
||||||
gtk.defs \
|
gtk.defs \
|
||||||
|
genmarshal.pl \
|
||||||
|
gtkmarshal.list \
|
||||||
test.xpm \
|
test.xpm \
|
||||||
marble.xpm \
|
marble.xpm \
|
||||||
3DRings.xpm \
|
3DRings.xpm \
|
||||||
|
10
gtk/parent
10
gtk/parent
@ -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) &&
|
|
Loading…
Reference in New Issue
Block a user