On Mon, Oct 28, 2002 at 10:49:02PM -0800, [EMAIL PROTECTED] wrote:
> I've posted my updated FvwmProxy on freshmeat.  Note the 2.5 patch,
> fixed desk switching, Alt-Tab functionality, and no more crashes.
> 
> If everyone feels it's ready, we can hook it into the CVS tree.

Done.  I had do do some work on it first:

  - Removed C++ style comments

      Comments with "//" are not allowed by ANSI C.  Some
      compilers might not be able to compile it.

  - Fixed a few compile errors and warnings

      This is not allowed in C:

        {
          int x;
          x = 1;
          int y;
        }

      Declarations must be at the beginning of a block.
        
  - Split AdjustWindows() into two functions to reduce the levels
    of indentation

  - Include the standard fvwm include files.

        #include "config.h"

      must always the first file to be included.

  - Removed ConfigFvwmProxy

      Once colour set support is added it should just default to
      using colour set 0 and the colour related options can be
      removed.

[snip]

> I'm still trying to figure out how to catch an Alt release in the .fvwm2rc
> file to match 'Key Alt_L A N' for the press.  Then I could get rid of the
> key polling.  Anybody got any ideas?

Remove the key invocation code from the module and let fvwm do it
via the remote control interface.  There are plans to add a
command that triggers actions when a key is released, not pressed.

I think, ideally FvwmProxy would just provide the graphical
interface and let fvwm open or close it.  I'll take a closer look
later.

Oh, and you should contact Jason ( [EMAIL PROTECTED] ) for write
access to the CVS repository.

Bye

Dominik ^_^  ^_^

 --
Dominik Vogt, mail: [EMAIL PROTECTED], phone: 0721/91374-382
Schlund + Partner AG, Erbprinzenstr. 4-12, D-76133 Karlsruhe
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to