[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Other window managers
From: |
Matt Rice |
Subject: |
Re: Other window managers |
Date: |
Mon, 8 Nov 2010 22:48:52 -0800 |
On Mon, Nov 8, 2010 at 3:36 AM, Christopher Armstrong
<carmstrong@fastmail.com.au> wrote:
> I tracked this down to the window->ignore_take_focus flag. What problem does
> this flag solve, and can it be removed?
IIRC the problem that this flag solves is that XMapWindow can cause a
WM_TAKE_FOCUS thingy, which we only want in the case of
-makeKeyAndOrderFront. thus we ignore the first request to take focus
and then explicitly request focus.