[openbox] Re: ipager and stacking

Bernhard Walle bernhard.walle at gmx.de
Sun Apr 20 08:52:33 EDT 2008


* Bernhard Walle <bernhard.walle at gmx.de> [2008-04-20 14:15]:
>
> * Knute [2008-04-19 16:14]:
> >
> > First thing that I would check would be to make sure that the class is right,
> > as capitalization matters.  :)
> 
> WM_CLASS(STRING) = "ipager", "IPager"

And, the code already sets NETWM_STATE_BELOW:

pager.cpp:
 700     /**
 701     * State Below
 702     */
 703     XChangeProperty(m_dpy, m_win,
 704         Atoms::Instance()->netWmState(),
 705         XA_ATOM, 32, PropModeAppend,
 706         (unsigned char *) &(Atoms::Instance()->netWmStateBelow()),
 707         1
 708     );

So for me that appears as a bug of Openbox.


	Bernhard



More information about the openbox mailing list