On Fri, Apr 30, 2004 at 10:39:59AM +0400, George Nephrite Potapov wrote:
> I've added an option to FvwmIconMan which allows you to show only the window
> which has the focus. I use it to make my desktop look like Mac or Gnome with
> the icon of active application in the upper right corner.
> 
> Also, I cleaned the code a very little bit moving the module name
> string "FvwmIconMan" into a #define.
> 
> Hope this feature will prove useful, here's the patch:

I have applied the patch (but please don't remove features in
your patches, see below).

> @@ -1950,19 +1971,6 @@
>       }
>       ConsoleDebug(CONFIG, "Setting usewinlist to: %d\n", i);
>       SET_MANAGER(manager, usewinlist, i);
> -      }
> -      else if (!strcasecmp(option1, "reliefthickness")) {
> -     p = read_next_cmd(READ_ARG);
> -     if (!p) {
> -       ConsoleMessage("Bad line: %s\n", current_line);
> -       continue;
> -     }
> -     if (extract_int(p, &n) == 0) {
> -       ConsoleMessage("This is not a number: %s\n", p);
> -       ConsoleMessage("Bad line: %s\n", current_line);
> -       continue;
> -     }
> -     SET_MANAGER(manager, relief_thickness, n);
>        }
>        else {
>       ConsoleMessage("Bad line: %s\n", current_line);

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]

Attachment: pgp62JKapdrOn.pgp
Description: PGP signature

Reply via email to