Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

fvwm 2.0.44, finially

2 views
Skip to first unread message

Ric Steinberger

unread,
Jan 15, 1997, 3:00:00 AM1/15/97
to

Chuck - Thanks for all your efforts on fvwm. Definitely the best wm around!

Did you happen to modify it so that it has one of my favorite 1.xx features?
That is, the stick windows have a different color decoration, even when
the are iconified? That's how I recognize windows that I'm root in.

I see you have restore the start icon placement. This was my other fav
feature.....

regards,

Ric Steinberger Email: r...@sri.com
SRI Consulting Phone: 415.859.4300
333 Ravenswood Ave AH301 Pager: 415.907.4598
Menlo Park CA 94025 FAX: 415.859.2986


--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majo...@hpc.uh.edu.
To report problems, send mail to fvwm-...@hpc.uh.edu.


Charles Hines

unread,
Jan 15, 1997, 3:00:00 AM1/15/97
to

Ok, at long last 2.0.44 is ready and available from the official ftp
site:

ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/fvwm-2.0.44.tar.gz

and looks like:

-rw-rw-r-- 1 chines fvwm 657705 Jan 15 15:24 fvwm-2.0.44.tar.gz

I think I got all the patches that the workers list sent me from their
preliminary testing of it (I hope I got them all) so it should compile
and run under all the platforms nicely.

There are a lot of changes in this beta release, as you'll see from
the ChangeLog entry below:

======================================================================
2.0.44
1. More man page and FAQ updates
2. More minor Imake fixes
3. Patch for IconGeometry placement problems and probs running
on multiple displays from Graham Barr
4. Changed Next/Prev 'CurrentScreen' to be 'CurrentPage' and
added 'CurrentPageAnyDesk', based on patch by Dan Niles
5. Updated FvwmIconMan from Brady Montz
6. Fix so FvwmGoodStuff in extras would compile ok
7. Added Perl routines (fvwmperl in extras dir) for aid in
making modules written in Perl, from Dan Astoorian
8. Hopefully fixed long standing startup timing bug in which
some windows didn't get Style attributes or borders (by
fixing when server was grabbed and making sure it didn't get
ungrabbed to early accidentally)
9. Added FlipFocus function from Dan Niles, to toggle between
two windows easily
10. Patch for EdgeResistance timer problem from Mike Blatchley
11. Patch to FvwmAudio so it works again (new module message
type M_STRING wasn't recognized) plus other minor fixes and
enhancements (like being able to use the rplay 'say'
command and have arbitrary strings instead of sound file
names), from Albrecht Kadlec
12. Fixes to FvwmConsole from Toshi Isogai, plus added his
FvwmCommand to the extras directory (for sending fvwm
commands from a shell script).
13. Patch for dynamic icon title recalculation from Ric Lister.
14. Updates to fvwmrc_convert from Bill Oswald, with some more
minor mods from me to make it easier to customize for your
site.
15. Added 'Echo' function.
16. Patch to FvwmForm to handle TrueColor from Chris Laas
17. Changed fcntl in module.c to use O_NONBLOCK (POSIX) instead
of O_NDELAY (early SYSV) due to differences in behavior on
some systems (Pyramid SYSV for instance, pointed out by
Mark Wedel)
18. Added Python routines (fvwmpython in extras dir) for aid in
making moduules written in Python, from Barry Warsaw
19. FvwmBacker now sets root window when it's invoked as well
as on desk changes
20. CatchFatal no longer makes XLib calls (to prevent some
infinite looping under Digital Unix & Solaris), patch from
Grant McDorman.
21. Added Andrew Veliath's TitleBar pixmap patch (optional at
compile time)
22. Added patch for timing bug in pager when dragging windows
across desktops under Solaris from Grant McDorman
23. Added RefreshWindow function, at the request of Mike Kazda.
24. Changed default XORValue to 1
25. Changed SmartPlacement behavior to be "stubborn" (like 1.xx
StubbornPlacement option) and not place over icons (if you
don't want this you can compile with NO_STUBBORN_PLACEMENT).
26. Added extras/FvwmScript (which replaces extras/FvwmForm2)
from Frederic Cordier (although I think it should be
renamed to something like FvwmFormScript). It can now
swallow programs like FvwmButtons.
27. Sample .fvwm2rc updates, default system.fvwm2rc file now
minimal to encourange site customization, added more sample
files to go with it.
28. Added info to FvwmIdent
29. Added MiniIcon patch from Brady Montz (optional at compile
time)
30. Added BorderStyle border textures (+ TitleStyle, UseDecor,
etc) patch from Andrew Veliath, part of which was inspired
by the idea from 'The Rasterman' Carsten Haitzler (optional
at compile time)
31. Consolidated Recapture and CaptureAllWindows
32. Fixes for unmapping problems (patch from Grant McDorman)
33. Removed redundancy in module.c in Broadcast* funcs.
34. Multiple -f & -cmd parms now allowed (10 max)
35. Merged fvwmlib code into some common files, and moved some
functions out of fvwm proper into them.
36. Added GlobalOpts builtin (for various options that should
become Style options later) - this is temporary. I know
it's ugly, but I didn't feel like adding 6 (or more)
temporary functions (lazy, I know...)
37. Added (GlobalOpts) global option
SmartPlacementIsReallySmart (may become parm to
SmartPlacement, or whole new CleverPlacement style after
the Great Style Flag Rewrite) which uses clever placement
code from Anthony Martin
38. Started adding new parsing code based on ideas in patch
from Albrecht Kadlec, for more consistent parsing. More
and more code in fvwm will be converted to use these...
39. Added WindowListFunc and made built in window list use it
by default (instead of RAISE_IT), to allow for various
actions to be controlled by the builtin window list (like
to warp the pointer or not warp the pointer when giving it
the focus, or perhaps do something like run FvwmIdent on
it). It is interpreted, so you can destroy it and write
your own version of this default WindowList function.
40. WindowList now takes reasonable optional parameters instead
of those cryptic numbers (including an optional function to
use instead of the default WindowListFunc), based on patch
from Albrecht Kadlec.
41. Added WindowId function, sort of like Next & Prev, to force
a function to happen on a specified WindowID.
42. Updated FvwmAuto from Albrecht Kadlec (now takes parameters
for functions to be run on focus in & focus out).
41. Read funcs now output what they are going to execute if
-debug parameter was passed in.
42. Should now be sending synthetic ConfigureNotify on stacking
changes (for potential motif menubar problems).
43. Added WindowShade function from Andrew Veliath
44. Added (GlobalOpts) global options to modify ClickToFocus
selections: ClickToFocusDoesntPassClick/PassesClick,
ClickToFocusDoesntRaise/Raises (may become parms to
ClickToFocus after the Great Style Flag Rewrite)
45. UseStyle should now parse quoted Style refs correctly,
courtesy of Andrew Veliath.
46. Added Randall Winchester's CLICKTORAISE compile time option patch
47. Patch from Greg Badros for FvwmButtons font coredump
48. Patch from Greg Badros so FvwmM4 passes opts not recognized
directly to M4 (so -m4opt not needed) and -outfile option.
Added these to FvwmCpp as well.
49. Fixes for compiling under Linux for DEC Alpha from Ilkka E
T Tuohela
======================================================================

And this is NOT all of the stuff I wanted to get in there, but the
rest can wait until the next release, so don't complain too loudly if
your favorite fix didn't make it this time. It was taking way too
long to get 2.0.44 out the door.

I won't give my usual commentary on these changes as there are way too
many and I have little time right now. But the most visible ones are
probably the optional BorderStyle/TitleStyle/UseDecor stuff from
Andrew Veliath. BTW - I'd like to get some examples of usage from
people who make interesting looking setups for inclusion in 2.1.0.

I'd like to make this the last beta before 2.1.0 (have we heard this
before?) if I could. So if anyone has any suggestions on what they
feel absolutely needs or should be done before 2.1.0 (I do have a few
things in mind already), let me know (preferably via the mailing
lists).

Ideally I'd like to get 2.1.0 out in a few weeks, but as always
that'll probably have to be pushed farther out due the frequent
scarcity of my free time in which to work on fvwm...

As always, I'd like to say thanks to all patch/idea contributors, the
folks on the workers list, and of course, all you users too. :)

Chuck

ps - I've finially gotten around to putting html-ized versions of the
man pages on the web server. I'll try to keep them updated with each
release as well. Unfortunately the converter I used (man2html)
doesn't do internal hyperlinks, but it looked much better than any of
the other converters I found (although RossettaMan was close, as I
recall).

*******************************************************************************
Charles K. Hines <chuck...@vnet.ibm.com>
IBM Logic Synthesis Developer [BooleDozer (TM)]
Martial Arts Instructor [Modern Arnis, Presas Style Filipino Martial Arts]

"Go back to sleep, Chuck. You're just havin' a nightmare
-- of course, we ARE still in Hell." (Gary Larson)
*******************************************************************************

Andrew Veliath

unread,
Jan 16, 1997, 3:00:00 AM1/16/97
to

Mark> Has anyone successfully compiled 2.0.44 against the new
Mark> X11R6.3 library?

Mark> "/usr/local/x11r6.3/include/X11/Xlib.h", line 71: identifier
Mark> redeclared: wchar_t current : ulong previous: long :
Mark> "/usr/include/stdlib.h", line 61 cc: acomp failed for
Mark> GetFont.c make[1]: *** [GetFont.o] Error 2
Mark> "/usr/local/x11r6.3/include/X11/Xlib.h", line 71: identifier
Mark> redeclared: wchar_t current : ulong previous: long :
Mark> "/usr/include/stdlib.h", line 61 "add_window.c", line 251:

Mark> I'm not sure if this is a R6.3 mis-installation, or an fvwm
Mark> problem. [ Note that X11R6.1's Xlib.h is identical to
Mark> X11R6.3's ]

Mark,

I suspect these error seems to be related to your setup. I am not
running 6.3, but I downloaded Xlib.h from 6.3 to take a peek.

A diff -u produced a 200 line diff between the Xlib.h versions, and I
suspect your problem with with conflicting wchar_t declarations. The
"replace this with #include or typedef appropriate for your system"
comment might be of use here.


Xlib.h:62 from R6.1:

#ifndef X_WCHAR
#ifdef X_NOT_STDC_ENV
#ifndef SCO324
#ifndef ISC
#define X_WCHAR
#endif
#endif
#endif
#endif

#ifndef X_WCHAR
#include <stddef.h>
#else
#ifdef __EMX__
#include <stdlib.h>
#else
/* replace this with #include or typedef appropriate for your system */
typedef unsigned long wchar_t;
#endif
#endif


Xlib.h:61 from R6.3:

#ifndef X_WCHAR
#ifdef X_NOT_STDC_ENV
#define X_WCHAR
#endif
#endif

#ifndef X_WCHAR
#include <stddef.h>
#else
/* replace this with #include or typedef appropriate for your system */
typedef unsigned long wchar_t;
#endif


Regards,
Andrew

--
Andrew Veliath <vel...@rpi.edu> http://www.rpi.edu/~veliaa
One day, all forms of communication will be superseded by a FAQ.
Finger for PGP Public Key
Key fingerprint = 51 56 5D 3E 51 43 8B 74 7C B2 E4 B6 84 8E 8B 08

Mark Borges

unread,
Jan 16, 1997, 3:00:00 AM1/16/97
to

Has anyone successfully compiled 2.0.44 against the new X11R6.3
library?


I tried, but got the following (repeated) errors:
-------------------------------------------------------------------------------
"/usr/local/x11r6.3/include/X11/Xlib.h", line 71: identifier redeclared: wchar_t
current : ulong
previous: long : "/usr/include/stdlib.h", line 61
cc: acomp failed for GetFont.c


make[1]: *** [GetFont.o] Error 2

"/usr/local/x11r6.3/include/X11/Xlib.h", line 71: identifier redeclared: wchar_t
current : ulong
previous: long : "/usr/include/stdlib.h", line 61
"add_window.c", line 251: warning: integer overflow detected: op "<<"
cc: acomp failed for add_window.c
-------------------------------------------------------------------------------

I'm not sure if this is a R6.3 mis-installation, or an fvwm problem.
[ Note that X11R6.1's Xlib.h is identical to X11R6.3's ]

I did get a successful compile out of the X11R6.1 library, but with
these warnings:
------------------------------------------------------------------------------
"Parse.c", line 28: warning: assignment type mismatch:
pointer to char "=" pointer to const char
"add_window.c", line 251: warning: integer overflow detected: op "<<"
"borders.c", line 608: warning: integer overflow detected: op "<<"
"borders.c", line 909: warning: integer overflow detected: op "<<"
"borders.c", line 917: warning: integer overflow detected: op "<<"
"borders.c", line 930: warning: integer overflow detected: op "<<"
"borders.c", line 941: warning: integer overflow detected: op "<<"
"borders.c", line 997: warning: integer overflow detected: op "<<"
"borders.c", line 1011: warning: integer overflow detected: op "<<"
"borders.c", line 1027: warning: integer overflow detected: op "<<"
"borders.c", line 1040: warning: integer overflow detected: op "<<"
"borders.c", line 1056: warning: integer overflow detected: op "<<"
"borders.c", line 1311: warning: integer overflow detected: op "<<"
"builtins.c", line 337: warning: integer overflow detected: op "<<"
"builtins.c", line 401: warning: integer overflow detected: op "<<"
"builtins.c", line 403: warning: integer overflow detected: op "<<"
"builtins.c", line 413: warning: integer overflow detected: op "<<"
"decorations.c", line 348: warning: integer overflow detected: op "<<"
"read.c", line 189: warning: argument #1 is incompatible with prototype:
prototype: pointer to char : "./misc.h", line 231
argument : pointer to const char
"read.c", line 217: warning: argument #1 is incompatible with prototype:
prototype: pointer to char : "./misc.h", line 231
argument : pointer to const char
"resize.c", line 68: warning: integer overflow detected: op "<<"
"style.c", line 374: warning: integer overflow detected: op "<<"
"FvwmCascade.c", line 394: warning: argument #2 is incompatible with prototype:
prototype: pointer to function(int) returning void : "/usr/include/signal.h", line 37
argument : pointer to function(void) returning void
"FvwmIconBox.c", line 486: warning: statement not reached
"fvwm.c", line 501: warning: argument #2 is incompatible with prototype:
prototype: pointer to const char : "/usr/include/string.h", line 39
argument : pointer to uchar
"fvwm.c", line 553: warning: argument #2 is incompatible with prototype:
prototype: pointer to const char : "/usr/include/string.h", line 39
argument : pointer to uchar
"fvwm.c", line 733: warning: argument #1 is incompatible with prototype:
prototype: pointer to char : "fvwm.c", line 728
argument : pointer to uchar
"xmanager.c", line 789: warning: argument #9 is incompatible with prototype:
prototype: pointer to uint : "/usr/X11R6.1/include/X11/Xlib.h", line 3432
argument : pointer to int
"xmanager.c", line 985: warning: argument #9 is incompatible with prototype:
prototype: pointer to int : "/usr/X11R6.1/include/X11/Xutil.h", line 881
argument : pointer to uint
"xmanager.c", line 985: warning: argument #10 is incompatible with prototype:
prototype: pointer to int : "/usr/X11R6.1/include/X11/Xutil.h", line 881
argument : pointer to uint
"xmanager.c", line 1010: warning: argument #9 is incompatible with prototype:
prototype: pointer to uint : "/usr/X11R6.1/include/X11/Xlib.h", line 3432
argument : pointer to int
"GrabWindow.c", line 631: warning: statement not reached
"FvwmTile.c", line 434: warning: argument #2 is incompatible with prototype:
prototype: pointer to function(int) returning void : "/usr/include/signal.h", line 37
argument : pointer to function(void) returning void
"FvwmBanner.c", line 261: warning: statement not reached
------------------------------------------------------------------------------

--
-mb-

Paul D. Smith

unread,
Jan 16, 1997, 3:00:00 AM1/16/97
to

%% "Charles Hines" <chuck...@VNET.IBM.COM> writes:

ch> 44. Added (GlobalOpts) global options to modify ClickToFocus
ch> selections: ClickToFocusDoesntPassClick/PassesClick,
ch> ClickToFocusDoesntRaise/Raises (may become parms to
ch> ClickToFocus after the Great Style Flag Rewrite)

ch> 46. Added Randall Winchester's CLICKTORAISE compile time
ch> option patch

What exactly is the difference between the CLICKTORAISE compile time
option and the ClickToFocusDoesntRaise/Raises GlobalOpt?

ch> Ideally I'd like to get 2.1.0 out in a few weeks, but as always
ch> that'll probably have to be pushed farther out due the frequent
ch> scarcity of my free time in which to work on fvwm...

Please, please, please, can we push hard for a 2.1.0 release? I know
everyone is working hard, but this is getting a little out of
control...

Thanks! :)

--
-------------------------------------------------------------------------------
Paul D. Smith <psm...@baynetworks.com> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
These are my opinions--Bay Networks takes no responsibility for them.

Ian Spielman

unread,
Jan 16, 1997, 3:00:00 AM1/16/97
to

Hi,
Whenever I run FVWM and have it use a mini-icon X crashes and
gives the message:

waiting for X server to shut down xterm: fatal IO error 2 (Broken pipe)
or KillClient on X server ":0.0"
.

This crash is generated when I do (for example):
AddToDecor ian
+ ButtonStyle 1 Pixmap buttons/w95_min.xpm

However if I use buttons/w95_min.xpm as an application's icon it works,
so the pixmap file is good. Fvwm95 fails in the same way with mini-icons.

Related, perhaps, is the fact that FvwmButtons doesn't work. It runs,
spawns its children and quits, leaving the child processes all over the
place.

I am not sure what is up, everything else on my system works fine.

it is linux 2.0.27 with XF86_S3 3.2.

Ian

*************************************************************************
*Ian Spielman *
*ispi...@ou.edu *
*http://hepserver.nhn.ou.edu/~spielman/ *

Andrew Veliath

unread,
Jan 16, 1997, 3:00:00 AM1/16/97
to

Ian> This crash is generated when I do (for example): AddToDecor
Ian> ian + ButtonStyle 1 Pixmap buttons/w95_min.xpm

Ian> However if I use buttons/w95_min.xpm as an application's icon
Ian> it works, so the pixmap file is good. Fvwm95 fails in the
Ian> same way with mini-icons.

Ian> Related, perhaps, is the fact that FvwmButtons doesn't
Ian> work. It runs, spawns its children and quits, leaving the
Ian> child processes all over the place.

Ian> I am not sure what is up, everything else on my system works
Ian> fine.

Ian> it is linux 2.0.27 with XF86_S3 3.2.

This is strange. I just tried the above and it worked fine. Fvwm95
fails too? This is odd. What version of Xpm are you using? Are
there any library mismatches or anything unusual when you upgraded to
XFree 3.2?

Later,
Andrew

--
Andrew Veliath <vel...@rpi.edu> http://www.rpi.edu/~veliaa
One day, all forms of communication will be superseded by a FAQ.
Finger for PGP Public Key
Key fingerprint = 51 56 5D 3E 51 43 8B 74 7C B2 E4 B6 84 8E 8B 08

Cristian Tibirna

unread,
Jan 16, 1997, 3:00:00 AM1/16/97
to

Hi everyone (and happily we are A LOT!)

Even I still didn't sleep this week and even still I have waaay long to
work on some annoying urgent projects, I was REALLY excited to receive
this evening the announce of 2.0.44 from Chuck.

Well, I'm enchanted and enlightened :-). Quite a BIG job, so well done
by all of you bussy fwvm-workers. A heartly THANKS for Chuck Hines.

So, I compiled and installed the new version without any hick-ups. I had
already all the beautiful/useful patches about styles and
functionalities which are so carefully mentionned by Chuck in the
announcement. I am pleased to say that the new binary restarted with my
old .fvwm2rc without any major error.

The only misfunction I was able to detect so far is that the FvwmAuto
module fails silently to keep along with the imposed timeout.

More precisely, when one starts or restarts fvwm2, the autoraise occurs
AFTER the indicated timeout only for the first window which gains the
focus. After that the autoraise takes place instantly at the focus
change.

I tried to impose Nop for LeaveCommand, but unsuccessfully. So, until
new (upgrade :-) events I put back the old FvwmAuto.

Now a little thing. It will be too hard to put a compile time selectable
functionality in FvwmButtons which to provide ... tooltips on buttons
according to the Action's Titles? I once begun myself to look at the
code but meanwhile my time begun very (physically :-) transparent ... I
would like this because I use some 17 20x20 buttons with SouthEast
gravity in which I have calls for all my most useful applications and
also a very little (and cute) swallowed pager. Such little buttons can't
have titles on them. But almost each button has actions on all three
mouse click events and so it happens that sometimes I have to remember
what is where.

So, this very long and quite annoying post finishes here. Thanks again
to all of you that spent time on this excellent WM. I really like it.

"See" you later

Cristian

Mark Borges

unread,
Jan 17, 1997, 3:00:00 AM1/17/97
to

>> On Wed, 15 Jan 1997 17:29:21 -0500,
>> Andrew Veliath(AV) wrote:
Mark> Has anyone successfully compiled 2.0.44 against the new
Mark> X11R6.3 library?

Mark> "/usr/local/x11r6.3/include/X11/Xlib.h", line 71: identifier
Mark> redeclared: wchar_t current : ulong previous: long :
Mark> "/usr/include/stdlib.h", line 61 cc: acomp failed for
Mark> GetFont.c make[1]: *** [GetFont.o] Error 2
Mark> "/usr/local/x11r6.3/include/X11/Xlib.h", line 71: identifier
Mark> redeclared: wchar_t current : ulong previous: long :
Mark> "/usr/include/stdlib.h", line 61 "add_window.c", line 251:

AV> A diff -u produced a 200 line diff between the Xlib.h versions, and I

??

Are you sure you're comparing X11R6.1 and X11R6.3 as distributed by
ftp.x.org (not XFree86)?

My diff only says,

$ diff -c /usr/local/x11r6.1/include/X11/Xlib.h /usr/local/x11r6.3/include/X11/Xlib.h
*** /usr/local/x11r6.1/include/X11/Xlib.h Sun Mar 17 08:12:53 1996
--- /usr/local/x11r6.3/include/X11/Xlib.h Tue Jan 14 13:21:45 1997
***************
*** 1,4 ****
! /* $XConsortium: Xlib.h /main/118 1995/09/19 10:00:22 kaleb $ */
/*
Copyright (c) 1985, 1986, 1987, 1991 X Consortium
--- 1,4 ----
! /* $XConsortium: Xlib.h /main/119 1996/09/28 16:35:29 rws $ */
/*
Copyright (c) 1985, 1986, 1987, 1991 X Consortium
$

I'm on a Solaris-2.5/Sparc system, if it matters.

AV> suspect your problem with with conflicting wchar_t declarations. The
AV> "replace this with #include or typedef appropriate for your system"
AV> comment might be of use here.

AV> Xlib.h:61 from R6.3:

AV> #ifndef X_WCHAR
AV> #ifdef X_NOT_STDC_ENV
AV> #define X_WCHAR
AV> #endif
AV> #endif

AV> #ifndef X_WCHAR
AV> #include <stddef.h>
AV> #else
AV> /* replace this with #include or typedef appropriate for your system */
AV> typedef unsigned long wchar_t;
AV> #endif

This is the Xlib.h fragment I see in both R6.1 and R6.3. The only
thing I can see that could cause the error is that X_NOT_STDC_ENV must
be defined in the R6.3 xmkmf but not in the R6.1 xmkmf. Otherwise,
X_WCHAR is not defined (as under R6.1 apparently) and stddef.h gets
pulled in. Although the error from cc complained about stdlib.h <->
Xlib.h inconsistency, not stddef.h <-> Xlib.h inconsistency, so I'm
still confused, and a grep of the R6.1 xmkmf generated Makefile
doesn't contain `X_NOT_STDC_ENV'. I confess I'm not real proficient in
xmkmf (or cc), so I may be missing something obvious to others.

Note that stddef.h defines,

#ifndef _WCHAR_T
#define _WCHAR_T
typedef long wchar_t;
#endif

I suppose a Q & D fix would be to change the line in Xlib.h to agree,
but I'd really like to understand why the R6.3 xmkmf build fails.

BTW, are these compiler warnings

"add_window.c", line 251: warning: integer overflow detected: op "<<"

and

prototype: pointer to function(int) returning void : "/usr/include/signal.h", line 37
argument : pointer to function(void) returning void

anything to be concerned about?

Thanks.

--
-mb-

Albrecht Kadlec

unread,
Jan 17, 1997, 3:00:00 AM1/17/97
to

28. Added info to FvwmIdent

fine, but ident windows don't go away anymore, if focus ever leaves them.

try:
Ident on any window, click in ident window.

ident on any window, move mouse to root window (sloppyfocus), clicking on
the ident window doesn't remove it anymore. stays put. :-(

albrecht
--
You can't brush me under the carpet, you can't hide me under the stairs.
The custodian of your private fears, your leading actor of yesteryear,
-- Marillion

0 new messages