1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +01:00

0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.

This commit is contained in:
dan
1999-02-17 11:06:40 +00:00
parent 931a37b124
commit e7495baff7
189 changed files with 16952 additions and 9682 deletions

View File

@@ -1,5 +1,5 @@
defsdatadir = $(pkgdatadir)/Defaults
defsdatadir = $(sysconfdir)/WindowMaker
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
@@ -7,18 +7,19 @@ EXTRA_DIST = $(defsdata_DATA) WMWindowAttributes.in WindowMaker.in WMState.in
CLEANFILES = WMWindowAttributes WindowMaker WMState
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
-rm -f WMWindowAttributes
sed -e "s:#extension#:@ICONEXT@:" \
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
chmod 644 WMWindowAttributes
WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
WindowMaker: $(srcdir)/WindowMaker.in
-rm -f WindowMaker
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
> WindowMaker
chmod 644 WindowMaker
WMState: $(srcdir)/WMState.in ./Makefile
WMState: $(srcdir)/WMState.in
-rm -f WMState
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
chmod 644 WMState

View File

@@ -62,13 +62,13 @@ host_triplet = @host@
CC = @CC@
CPP_PATH = @CPP_PATH@
DFLAGS = @DFLAGS@
GFXFLAGS = @GFXFLAGS@
GFXLFLAGS = @GFXLFLAGS@
GFXLIBS = @GFXLIBS@
HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
ICONEXT = @ICONEXT@
INTLIBS = @INTLIBS@
LD = @LD@
LIBPL = @LIBPL@
LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
LIBTOOL = @LIBTOOL@
LITE = @LITE@
LN_S = @LN_S@
@@ -87,7 +87,7 @@ XLIBS = @XLIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
wprefsdir = @wprefsdir@
defsdatadir = $(pkgdatadir)/Defaults
defsdatadir = $(sysconfdir)/WindowMaker
defsdata_DATA = WMRootMenu WMWindowAttributes WindowMaker WMState WMGLOBAL
@@ -217,18 +217,19 @@ mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in ./Makefile
WMWindowAttributes: $(srcdir)/WMWindowAttributes.in
-rm -f WMWindowAttributes
sed -e "s:#extension#:@ICONEXT@:" \
$(srcdir)/WMWindowAttributes.in > WMWindowAttributes
chmod 644 WMWindowAttributes
WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
WindowMaker: $(srcdir)/WindowMaker.in
-rm -f WindowMaker
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in \
> WindowMaker
chmod 644 WindowMaker
WMState: $(srcdir)/WMState.in ./Makefile
WMState: $(srcdir)/WMState.in
-rm -f WMState
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
chmod 644 WMState

View File

@@ -1,6 +1,6 @@
{
OpenTransientOnOwnerWorkspace = NO;
EdgeResistance = 5;
EdgeResistance = YES;
IconificationStyle = Zoom;
IconPath = (
"~/GNUstep/Library/Icons",
@@ -48,6 +48,9 @@
AutoArrangeIcons = NO;
AdvanceToNewWorkspace = NO;
CycleWorkspaces = NO;
#ifdef WEENDOZE_CYCLE
WindozeCycling = YES;
#endif /* WEENDOZE_CYCLE */
ResizeDisplay = line;
MoveDisplay = floating;
OpaqueMove = YES;

View File

@@ -1,6 +1,6 @@
{
OpenTransientOnOwnerWorkspace = NO;
EdgeResistance = 5;
EdgeResistance = YES;
IconificationStyle = Zoom;
IconPath = (
"~/GNUstep/Library/Icons",
@@ -48,6 +48,9 @@
AutoArrangeIcons = NO;
AdvanceToNewWorkspace = NO;
CycleWorkspaces = NO;
#ifdef WEENDOZE_CYCLE
WindozeCycling = YES;
#endif /* WEENDOZE_CYCLE */
ResizeDisplay = line;
MoveDisplay = floating;
OpaqueMove = YES;