Richmond <[email protected]> writes:
> Richmond <[email protected]> writes:
>
>
>>
>> I must have done something wrong last time. Now it is saying:
>>
>> ./src/ctwm/trunk/build/ctwm --version
>> ctwm 4.0.0-beta
>>
>> Is that correct? Keepass still doesn't work properly though.
>>
>> I used:
>>
>> ~/bzr-2.6.0/bzr branch lp:ctwm trunk
>
> I checked out:
>
> ~/bzr-2.6.0/bzr branch lp:ctwm
>
> Which looks like different code but the CHANGE.md is the same. I think I
> am getting the wrong code, but I have no idea why. I have forgotten much
> even though it's only a month or so.
This looks like new:
event_handlers.c
#ifdef EWMH
/*
* EWMH says _STATE_FULLSCREEN windows (which F_FULLSCREENZOOM does)
* are on the top of the stack when focused, but not when not. We
* implement that by having the OTP code slam them to the top when
* _FULLSCREEN && focused. So call the restack function here to
* effect that; it should already have the _FULLSCREEN aflag set, so
* the Scr->Focus setting above will cause it to make that move.
*/
if(Tmp_win->zoomed == F_FULLSCREENZOOM) {
OtpRestackWindow(Tmp_win);
}
#endif
}
So I have the right code?