Re: Enum windows in order to get process id

2003-09-17 Thread Mike A. Harris
On Tue, 16 Sep 2003, Owen Taylor wrote: i am new in Xwin programming. I made an enumwindow function. For each visible window i get a Window structure. My main consern is to get the process id of the window and i am puzzled the way i should terminate that process if necessery. To

pkg-config support for libs

2003-09-17 Thread Warren Turkal
I see that there are some libs in the cvs with pkg-config support. Will patches be accepted that add this support for other libs as well? Warren -- President, GOLUM, Inc. http://www.golum.org ___ Devel mailing list [EMAIL PROTECTED]

Re: pkg-config support for libs

2003-09-17 Thread David Dawes
On Wed, Sep 17, 2003 at 06:17:15PM -0500, Warren Turkal wrote: I see that there are some libs in the cvs with pkg-config support. Will patches be accepted that add this support for other libs as well? That some libs have pkg-config support shouldn't be seen as indicative of anything in

Re: Enum windows in order to get process id

2003-09-17 Thread Jeff Epler
On Wed, Sep 17, 2003 at 08:32:50PM -0400, Mark Vojkovich wrote: On Wed, 17 Sep 2003, Olivier Fourdan wrote: On Wed, 2003-09-17 at 11:06, Mike A. Harris wrote: The concept of a PID however is not portable across all operating systems 100%. Also there's the issue of 16bit vs. 32bit PID,

Re: Enum windows in order to get process id

2003-09-17 Thread Craig Ringer
The application cannot 'keep running' in the sense of presenting its GUI, but it can still consume other resources such as memory, CPU, and network... Mozilla and OpenOffice are excellent examples of apps with a fondness for this. Often they'll mostly terminate, but not completely - usually one