1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 12:54:20 +01:00

applied hadess patch for gnome panel

This commit is contained in:
kojima
2001-01-06 17:05:50 +00:00
parent 1ac8c2a6ce
commit 0b9cfd7c8e
5 changed files with 18 additions and 11 deletions

View File

@@ -51,7 +51,7 @@
#include <proplist.h>
#define PROG_VERSION "wmsetbg (Window Maker) 2.6"
#define PROG_VERSION "wmsetbg (Window Maker) 2.7"
#define WORKSPACE_COUNT (MAX_WORKSPACES+1)
@@ -1444,7 +1444,7 @@ main(int argc, char **argv)
if (helperMode) {
/* lower priority, so that it wont use all the CPU */
nice(1000);
nice(15);
helperLoop(rc);
} else {