Re: Existing window not raised (remains hidden) when using nc
Bert Wesarg <bert.wesarg-gM/[email protected]> Mon, 30 Nov 2009 21:23:46 +0100
| Newsgroups | gmane.editors.nedit.devel,gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 23, 2009 at 00:52, TK Soh <[email protected]> wrote: > On Sat, Nov 21, 2009 at 7:07 PM, Bert Wesarg <bert.wesarg-gM/[email protected]> wrote: >>> Thank, >>> that solved the problem, at least on Ubuntu. Expect it will work on RHEL5.3 >>> too. >> Than I think we should apply it to the BETA-5-6 branch. Any objections? > > No. As long as it doesn't break any other window manager. Especially > the older ones. I can't think of that. It sends a event to root window with a special message type "_NET_ACTIVE_WINDOW". Which should be ignored by window managers which does not know about this message type. I will wait a few more days to commit this patch. Bert