Re: General

2000-02-28 Thread Paul Warren

On Mon, 28 Feb 2000, Joseph Blough wrote:

 Is it possible to add "Always on Top" to the options in linux?  The xteddy
 code uses this to keep the window on top:
  
 ...
 case VisibilityNotify:
   /* Put xteddy on top of overlapping windows */
   if (float_up)
 if ((report.xvisibility.state == VisibilityFullyObscured)
   || (report.xvisibility.state == VisibilityPartiallyObscured))
 XRaiseWindow(display,win);
   break;

Ugh.  Please don't implement it like that.  Imagine two such apps
overlapping.

I have freeamp set to be always on top using "window matching" in
Sawmill.  Most WMs allow you to specify keep-on-top for selected
windows.  Some WMs also support window hints for this from the
application.

cheers,

Paul

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev



RE: Using debugger under Linxu...

2000-02-23 Thread Paul Warren

On Wed, 23 Feb 2000, Isaac Richards wrote:
 On 23-Feb-2000 Prabhakaran Selvadurai wrote:
  Hi There,
  I am not that experience in programming in
  linux environment so please pardon me with basic question.
  
  1) What debugger is used by the freeamp developers (linux)?.
 
 I use gdb.  It works most of the time, but freeamp is complex enough and has
 enough threads going on that gdb has an annoying tendency to segfault when
 freeamp does..  makes it fun to debug =)

Ah.  Do you have any hints for working around that?  Everytime I try to
debug a segfault gdb segfaults.  

Paul

___
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev