1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-29 19:55:49 +01:00

updated default window attributes for IgnoreGeometryHints

This commit is contained in:
kojima
1999-09-17 20:44:56 +00:00
parent 4dabd2ec8c
commit 9908327a4f
3 changed files with 10 additions and 10 deletions

View File

@@ -6,13 +6,13 @@
WMSoundServer = {Icon = sound.#extension#;}; WMSoundServer = {Icon = sound.#extension#;};
XTerm = {Icon = GNUterm.#extension#;}; XTerm = {Icon = GNUterm.#extension#;};
NXTerm = {Icon = GNUterm.#extension#;}; NXTerm = {Icon = GNUterm.#extension#;};
ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic0.Xscilab = {IgnoreGeometryHints=YES;};
ScilabGraphic1.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic1.Xscilab = {IgnoreGeometryHints=YES;};
ScilabGraphic2.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic2.Xscilab = {IgnoreGeometryHints=YES;};
ScilabGraphic3.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic3.Xscilab = {IgnoreGeometryHints=YES;};
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic4.Xscilab = {IgnoreGeometryHints=YES;};
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic5.Xscilab = {IgnoreGeometryHints=YES;};
ScilabGraphic6.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic6.Xscilab = {IgnoreGeometryHints=YES;};
bookmarks.Netscape = {NoAppIcon = YES;}; bookmarks.Netscape = {NoAppIcon = YES;};
xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";}; xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";};
Netscape = {Icon = Netscape.xpm;}; Netscape = {Icon = Netscape.xpm;};

View File

@@ -9,7 +9,7 @@ CLEANFILES = Default.iconset
Default.iconset: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes Default.iconset: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes
-rm -f Default.iconset -rm -f Default.iconset
cp $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes Default.iconset grep Icon $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes > Default.iconset
chmod 644 Default.iconset chmod 644 Default.iconset

View File

@@ -106,7 +106,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar TAR = gtar
GZIP_ENV = --best GZIP_ENV = --best
all: all-redirect all: all-redirect
.SUFFIXES: .SUFFIXES:
@@ -221,7 +221,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
Default.iconset: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes Default.iconset: $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes
-rm -f Default.iconset -rm -f Default.iconset
cp $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes Default.iconset grep Icon $(top_srcdir)/WindowMaker/Defaults/WMWindowAttributes > Default.iconset
chmod 644 Default.iconset chmod 644 Default.iconset
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.