On Mon, May 31, 2004 at 05:24:39PM -0500, fvwm-bug wrote:
> FVWM Bug Tracking notification
> 
> new message incoming/1292
> 
> In EWMH_SetWMDesktop, you're setting _NET_WM_DESKTOP to 0xFFFFFFFE if the
> window is supposed to be 'sticky across all desktops'. However
> http://freedesktop.org/Standards/wm-spec/index.html#id2768578 says this
> value should be set to 0xFFFFFFFF, so applications which follows this spec
> will break. We've plugged the bug on our side (xmms) but should be fixed in
> FVWM aswell.

I found this in the code:

  
  /* the spec says that if d = 0xFFFFFFFF then we have to Stick
   * the window however KDE use 0xFFFFFFFE :o) */
  if (d == 0xFFFFFFFE || d == 0xFFFFFFFF)

So, fvwm actually accepts both.  However, it only ever *sets*
0xFFFFFFFE itself.  I have fixed this.

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to