mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-10 07:44:14 +01:00
Update for 0.52.0. This is a test version, which brings the Appearance
section to WPrefs for testing purposes.
This commit is contained in:
@@ -185,7 +185,7 @@ DIST_COMMON = README Makefile.am Makefile.in
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
TAR = gtar
|
||||
TAR = tar
|
||||
GZIP_ENV = --best
|
||||
SOURCES = $(wxcopy_SOURCES) $(wxpaste_SOURCES) $(wdwrite_SOURCES) $(getstyle_SOURCES) $(setstyle_SOURCES) $(seticons_SOURCES) $(geticonset_SOURCES) $(wmsetbg_SOURCES)
|
||||
OBJECTS = $(wxcopy_OBJECTS) $(wxpaste_OBJECTS) $(wdwrite_OBJECTS) $(getstyle_OBJECTS) $(setstyle_OBJECTS) $(seticons_OBJECTS) $(geticonset_OBJECTS) $(wmsetbg_OBJECTS)
|
||||
|
||||
@@ -289,6 +289,7 @@ for xinit in .xinitrc .Xclients .xsession; do
|
||||
fi
|
||||
done
|
||||
if test $wmaker_found = 1; then
|
||||
echo "Found Window Maker to already be your default window manager."
|
||||
show_end_message
|
||||
exit 0
|
||||
fi
|
||||
|
||||
@@ -1076,8 +1076,6 @@ changeTextureForWorkspace(char *domain, char *texture, int workspace)
|
||||
proplist_t val;
|
||||
char *value;
|
||||
int j;
|
||||
|
||||
workspace++;
|
||||
|
||||
val = PLGetProplistWithDescription(texture);
|
||||
if (!val) {
|
||||
|
||||
Reference in New Issue
Block a user