search for: butnaru

Displaying 3 results from an estimated 3 matches for "butnaru".

Did you mean: butarg
2007 Nov 21
1
window stacking bug #1
...second parameter of findSiblingBelow to TRUE. This would automatically fix the two issues I mentioned above. However, if there is a really good reason why raiseWindow should stack below topmost full-screen windows, we need to find solutions for the other two problems. What do you think? -- Bogdan Butnaru ? bogdanb at gmail.com "I think I am a fallen star, I should wish on myself." ? O.
2007 Nov 21
0
window stacking bug #3
...dowAttributes (w, CompStackingUpdateModeNormal) However, changing from full-screen to non-full-screen should not change the stacking. So I believe the call should be changed to: updateWindowAttributes (w, CompStackingUpdateModeNone) I tried it, and the stacking works correctly. -- Bogdan Butnaru ? bogdanb at gmail.com "I think I am a fallen star, I should wish on myself." ? O. PS. Is this really the right place to send these mails?
2007 Nov 21
0
window stacking bug #2
...while FF is full-screen appears to be not working). I changed the snippet above to aboveFs = (stackingMode == CompStackingUpdateModeAboveFullscreen) || (stackingMode == CompStackingUpdateModeInitialMap); and now the stacking is the way I'd expect it. What do you think? -- Bogdan Butnaru ? bogdanb at gmail.com "I think I am a fallen star, I should wish on myself." ? O.