search for: raisewindow

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

2007 Nov 21
1
window stacking bug #1
...below it when the user presses the "show widgets" shortcut. This means the widgets are invisible, unless the full-screen window is transparent. (Note that the window is correctly "shaded". **** I took a look at the source, and the problem seems to be in src/window.h, function raiseWindow(). The function uses findSiblingBelow (w, FALSE) to position the window it's called on, where the FALSE parameter means that the sibling (on top of which the window is moved) cannot be a full-screen window. The result is that if the topmost window is full-screen, calling raiseWindow() on a wind...
2006 Jun 08
1
[PATCH] raise window key binding
With raise_on_click disabled, I wanted to be able to raise a window with a button click sometimes. It seemed logical to do something like the lower window key binding. So I did it. It was quite simple, but here is the patch anyway. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/octet-stream Size: 3680 bytes Desc: not available