search for: _net_wm_state_above

Displaying 1 result from an estimated 1 matches for "_net_wm_state_above".

2006 Dec 09
1
setWindowState(), how use it?
...else if (below != -1) windowState |= CompWindowStateBelowMask; setWindowState(w->screen->display, w->state|windowState, w->id); Any idea why already existing windows don't get above/below on the fly, if i use xprop, i can see _NET_WM_STATE_ABOVE but compiz seems to ignore this (if i restart compiz or start kwin --replace, window is above). Here is a solution but it use xlib code. http://forum.go-compiz.org/viewtopic.php?t=141&start=15 Cedric