mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
misc fixes
This commit is contained in:
@@ -74,7 +74,7 @@ typedef WMPropList* proplist_t;
|
|||||||
#define PLSetCaseSensitive(c) WMPLSetCaseSensitive(c)
|
#define PLSetCaseSensitive(c) WMPLSetCaseSensitive(c)
|
||||||
|
|
||||||
#define PLMakeString(bytes) WMCreatePLString(bytes)
|
#define PLMakeString(bytes) WMCreatePLString(bytes)
|
||||||
#define PLMakeData(bytes, length) WMCreatePLDataFromBytes(bytes, length)
|
#define PLMakeData(bytes, length) WMCreatePLDataWithBytes(bytes, length)
|
||||||
#define PLMakeArrayFromElements WMCreatePLArray
|
#define PLMakeArrayFromElements WMCreatePLArray
|
||||||
#define PLMakeDictionaryFromEntries WMCreatePLDictionary
|
#define PLMakeDictionaryFromEntries WMCreatePLDictionary
|
||||||
|
|
||||||
|
|||||||
@@ -730,7 +730,7 @@ getPLArray(PLData *pldata)
|
|||||||
} else if (c == ',') {
|
} else if (c == ',') {
|
||||||
/* continue normally */
|
/* continue normally */
|
||||||
} else if (!first) {
|
} else if (!first) {
|
||||||
COMPLAIN(pldata, _("missing , or unterminated PropList array"));
|
COMPLAIN(pldata, _("missing or unterminated PropList array"));
|
||||||
ok = 0;
|
ok = 0;
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -16,6 +16,18 @@
|
|||||||
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;};
|
ScilabGraphic4.Xscilab = {KeepInsideScreen=YES;};
|
||||||
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;};
|
ScilabGraphic5.Xscilab = {KeepInsideScreen=YES;};
|
||||||
ScilabGraphic6.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;};
|
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;};
|
||||||
|
|||||||
Reference in New Issue
Block a user