find a window and give it the focus

2004-07-12 Thread Eugen Andronic
Hello all, I'm new to X window programming, so maybe my problem is very simple for many of you. The problem is: I have a "stack" of apps running on top of the X. None of them are "stay on top". Let's say the following windows are on the system: desktop, x1, x2, ., xn >From the xi window I

Re: find a window and give it the focus

2004-07-12 Thread The Rasterman
On Mon, 12 Jul 2004 11:02:05 +0300 Eugen Andronic <[EMAIL PROTECTED]> (Bbabbled: (B (B> Hello all, (B> I'm new to X window programming, so maybe my problem is very simple for many (B> of you. The problem is: (B> I have a "stack" of apps running on top of the X. None of them are "stay on (

Re: find a window and give it the focus

2004-07-12 Thread Eugen Andronic
Hi, (BThanks a lot for your email. Seems to be not so easy as I thought in the (Bbeginning but I hope to find a solution to my problem. (B (BBest regards, (BEugen (B (B (B (BOn Monday 12 July 2004 11:56 am, Carsten Haitzler (The Rasterman) wrote: (B> On Mon, 12 Jul 2004 11:02:05 +0300 Eu

Re: find a window and give it the focus

2004-07-12 Thread Nathan Laredo
I realize this isn't exactly what you were asking to do, but perhaps you should look at the manpage for XCirculateSubwindows. XCirculateSubwindowsDown will lower your top window to the bottom and the one below it will be on top. This is very similar to what you wanted to do and doesn't require y

Savage patch

2004-07-12 Thread Tim Roberts
It has been pointed out to me that we need a small patch to the Savage driver. In the two cases where the driver turns on rotation, where psav->rotate is set non-zero, the driver should call xf86DisableRandR(). Xrandr does not play will with the shadowFB-based rotation, and the results are not

Re: find a window and give it the focus

2004-07-12 Thread The Rasterman
On Mon, 12 Jul 2004 07:34:52 -0700 Nathan Laredo <[EMAIL PROTECTED]> babbled: (B (B> I realize this isn't exactly what you were asking to do, but perhaps you (B> should look at the manpage for XCirculateSubwindows. (B> (B> XCirculateSubwindowsDown will lower your top window to the bottom and