[interfacekit] Re: private window_look, window_feel entries

Adi Oanca <adioanca@xxxxxxxxxxxxxx> wrote:
> Axel Dörfler wrote:
> > Adi Oanca <adioanca@xxxxxxxxxxxxxx> wrote:
> >>    Now, about window_look values:
> >>1) kPrivateDesktopWindowLook = 4
> >>    I don't get this one. what wrong with B_NO_BORDER_WINDOW_LOOK?
> > I must always be behind all other windows.
>       Yes, and for that, window_feel(1024) is enough.
>       B_NO_BORDER_WINDOW_LOOK will work just fine instead of (4).

Ah, okay, I missed that one. Since OpenTracker uses it, why not just 
making it the same internally? Something like:
if (look == kPrivateDesktopWindowLook)
        look = B_NO_BORDER_WINDOW_LOOK;

Bye,
   Axel.


Other related posts: