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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user