From b1565d01c48db98e0557dfadc0af4a6f5875e90a Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 26 Oct 2001 22:06:28 +0000 Subject: [PATCH] misc fixes --- WINGs/WINGs/proplist-compat.h | 2 +- WINGs/proplist.c | 2 +- WindowMaker/Defaults/WMWindowAttributes.in | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/WINGs/WINGs/proplist-compat.h b/WINGs/WINGs/proplist-compat.h index 3d15bf58..79e03321 100644 --- a/WINGs/WINGs/proplist-compat.h +++ b/WINGs/WINGs/proplist-compat.h @@ -74,7 +74,7 @@ typedef WMPropList* proplist_t; #define PLSetCaseSensitive(c) WMPLSetCaseSensitive(c) #define PLMakeString(bytes) WMCreatePLString(bytes) -#define PLMakeData(bytes, length) WMCreatePLDataFromBytes(bytes, length) +#define PLMakeData(bytes, length) WMCreatePLDataWithBytes(bytes, length) #define PLMakeArrayFromElements WMCreatePLArray #define PLMakeDictionaryFromEntries WMCreatePLDictionary diff --git a/WINGs/proplist.c b/WINGs/proplist.c index 68190f44..8ec83799 100644 --- a/WINGs/proplist.c +++ b/WINGs/proplist.c @@ -730,7 +730,7 @@ getPLArray(PLData *pldata) } else if (c == ',') { /* continue normally */ } else if (!first) { - COMPLAIN(pldata, _("missing , or unterminated PropList array")); + COMPLAIN(pldata, _("missing or unterminated PropList array")); ok = 0; break; } else { diff --git a/WindowMaker/Defaults/WMWindowAttributes.in b/WindowMaker/Defaults/WMWindowAttributes.in index 9a96c216..9a763523 100644 --- a/WindowMaker/Defaults/WMWindowAttributes.in +++ b/WindowMaker/Defaults/WMWindowAttributes.in @@ -16,6 +16,18 @@ ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;}; ScilabGraphic6.Xscilab = {KeepInsideScreen=YES;}; + D4X = {KeepInsideScreen = Yes;}; + D4X_DnDBasket.D4X_DnDBasket = { + NoResizebar = Yes; + SkipWindowList = Yes; + DontSaveSession = Yes; + KeepOnTop = Yes; + NoCloseButton = Yes; + NoTitlebar = Yes; + NoMiniaturizeButton = Yes; + Unfocusable = Yes; + Omnipresent = Yes; + }; bookmarks.Netscape = {NoAppIcon = YES;}; xcalc = {AlwaysUserIcon = Yes;Icon = "HP-16C-48.xpm";}; Netscape = {Icon = Netscape.xpm;}; -- 2.11.4.GIT