mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-10 18:45:47 +01:00
added contrib/ directory, updated WPrefs and wmsetbg for smoothed
backgrounds, added GNUstep info panel, added patch for saving menu position state
This commit is contained in:
@@ -108,9 +108,9 @@ GZIP_ENV = --best
|
||||
all: all-redirect
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Resources/Makefile
|
||||
cd $(top_srcdir) && $(AUTOMAKE) --gnu WINGs/Resources/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
@@ -142,6 +142,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
||||
subdir = WINGs/Resources
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
here=`cd $(top_builddir) && pwd`; \
|
||||
top_distdir=`cd $(top_distdir) && pwd`; \
|
||||
distdir=`cd $(distdir) && pwd`; \
|
||||
cd $(top_srcdir) \
|
||||
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WINGs/Resources/Makefile
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
|
||||
@@ -10,8 +10,8 @@ typedef struct W_Frame {
|
||||
|
||||
|
||||
struct {
|
||||
WMReliefType relief:3;
|
||||
WMTitlePosition titlePosition:3;
|
||||
WMReliefType relief:4;
|
||||
WMTitlePosition titlePosition:4;
|
||||
} flags;
|
||||
} Frame;
|
||||
|
||||
|
||||
@@ -31,11 +31,11 @@ typedef struct W_Scroller {
|
||||
* dragged */
|
||||
#endif
|
||||
struct {
|
||||
WMScrollArrowPosition arrowsPosition:3;
|
||||
WMScrollArrowPosition arrowsPosition:4;
|
||||
|
||||
unsigned int horizontal:1;
|
||||
|
||||
WMScrollerPart hitPart:3;
|
||||
WMScrollerPart hitPart:4;
|
||||
|
||||
/* */
|
||||
unsigned int documentFullyVisible:1; /* document is fully visible */
|
||||
|
||||
Reference in New Issue
Block a user