1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-10 07:44:14 +01:00

A few cosmetic fixes.

This commit is contained in:
dan
1999-04-12 18:00:12 +00:00
parent ad6c5e0bd8
commit fad6a286d8
5 changed files with 49 additions and 18 deletions

View File

@@ -302,7 +302,7 @@ execInitScript()
}
#if 0
if (fork()==0) {
execl("/bin/sh", "/bin/sh", "-c",file, NULL);
execl("/bin/sh", "/bin/sh", "-c", file, NULL);
wsyserror(_("%s:could not execute initialization script"), file);
exit(1);
}

View File

@@ -193,8 +193,8 @@
/*
* define SHADOW_RESIZEBAR if you want a resizebar with shadows like in
* NextStep 3.x ??, instead of the default Openstep look. NEXTSTEP 3.3
* also does not have these shadows.
* AfterStep, instead of the default Openstep look.
* NEXTSTEP 3.3 also does not have these shadows.
*/
#undef SHADOW_RESIZEBAR