search for: setwindowst

Displaying 2 results from an estimated 2 matches for "setwindowst".

Did you mean: setwindowext
2006 Dec 09
1
setWindowState(), how use it?
I'm trying to add some options in state plugin: -skipTaskBar -skipPager -above -below I use setWindowState() to do this but: - It currently only works for skipTaskBar && skipPager - For above and below, it works but only for newly created windows here the code: if (skipTaskBar != -1) windowState |= CompWindowStateSkipTaskbarMask; if (skipPager != -1) windowState |=...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...SizeChanges use new window geometry for viewport and output Add NOTIFY_MODIFY_MASK. Add direct composited video plugin. Video plugin must be stacked above blur and water plugins. Remove whitespaces. Add changeWindowState function. Use changeWindowState instead of setWindowState. Move windowStateChangeNotify call to changeWindowState function. Bump ABI version. Avoid overflow in opacity calculations by changing range of Avoid some duplicate code. Move occlusion detection and window painting to static function. Add unredirect fullscree...